osem-fcy/db/migrate/20141130182139_drop_table_event_attachments.rb
2014-11-30 20:32:56 +02:00

5 lines
115 B
Ruby

class DropTableEventAttachments < ActiveRecord::Migration
def change
drop_table :event_attachments
end
end