remove event_attachments table

This commit is contained in:
Stella 2014-11-30 20:32:56 +02:00
parent 1edb4bff9e
commit a7be4bc88e
2 changed files with 76 additions and 106 deletions

View file

@ -0,0 +1,5 @@
class DropTableEventAttachments < ActiveRecord::Migration
def change
drop_table :event_attachments
end
end