Files
nairobi/db/migrate/20190124085815_drop_legacy_legislations_table.rb
Julian Herrero 54e59a8a58 LegacyLegislation migration cleanup
These legacy models are not used anymore.
2019-02-06 17:07:38 +01:00

6 lines
119 B
Ruby

class DropLegacyLegislationsTable < ActiveRecord::Migration
def change
drop_table :legacy_legislations
end
end