diff --git a/db/migrate/20171025110933_remove_registrar_exclude_in_monthly_directo.rb b/db/migrate/20171025110933_remove_registrar_exclude_in_monthly_directo.rb deleted file mode 100644 index 94edcd982..000000000 --- a/db/migrate/20171025110933_remove_registrar_exclude_in_monthly_directo.rb +++ /dev/null @@ -1,5 +0,0 @@ -class RemoveRegistrarExcludeInMonthlyDirecto < ActiveRecord::Migration - def change - remove_column :registrars, :exclude_in_monthly_directo, :string - end -end diff --git a/db/structure.sql b/db/structure.sql index 30df2f3cf..d823ae27c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -5052,8 +5052,6 @@ INSERT INTO schema_migrations (version) VALUES ('20171009080822'); INSERT INTO schema_migrations (version) VALUES ('20171009082321'); -INSERT INTO schema_migrations (version) VALUES ('20171025110933'); - INSERT INTO schema_migrations (version) VALUES ('20171025113808'); INSERT INTO schema_migrations (version) VALUES ('20171025153841');