remove event_attachments table
This commit is contained in:
parent
1edb4bff9e
commit
a7be4bc88e
2 changed files with 76 additions and 106 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class DropTableEventAttachments < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :event_attachments
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue