delete duplicate account migration

This commit is contained in:
Yan
2017-06-08 15:48:22 +06:30
parent e0e512b76b
commit 395250fd47

View File

@@ -1,10 +0,0 @@
class CreateAccounts < ActiveRecord::Migration[5.1]
def change
create_table :accounts do |t|
t.string :title
t.string :account_type
t.timestamps
end
end
end