From 395250fd47e6ffc457b8fcf33124257724a78a24 Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 8 Jun 2017 15:48:22 +0630 Subject: [PATCH] delete duplicate account migration --- db/migrate/2017031024747_create_accounts.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 db/migrate/2017031024747_create_accounts.rb diff --git a/db/migrate/2017031024747_create_accounts.rb b/db/migrate/2017031024747_create_accounts.rb deleted file mode 100644 index 5816aace..00000000 --- a/db/migrate/2017031024747_create_accounts.rb +++ /dev/null @@ -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