From f1f3d7a99cf2d6c4d3031e5511050f2e07e53569 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 13 Dec 2013 16:01:29 +1100 Subject: [PATCH] Remove duplicate migration --- .../20130426022945_add_distributor_info_to_enterprises.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 db/migrate/20130426022945_add_distributor_info_to_enterprises.rb diff --git a/db/migrate/20130426022945_add_distributor_info_to_enterprises.rb b/db/migrate/20130426022945_add_distributor_info_to_enterprises.rb deleted file mode 100644 index 7342726a92..0000000000 --- a/db/migrate/20130426022945_add_distributor_info_to_enterprises.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddDistributorInfoToEnterprises < ActiveRecord::Migration - def change - add_column :enterprises, :distributor_info, :text - end -end