6 lines
119 B
Ruby
6 lines
119 B
Ruby
class DropLegacyLegislationsTable < ActiveRecord::Migration
|
|
def change
|
|
drop_table :legacy_legislations
|
|
end
|
|
end
|