Files
nairobi/db/migrate/20190124084612_drop_annotations_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
104 B
Ruby

class DropAnnotationsTable < ActiveRecord::Migration
def change
drop_table :annotations
end
end