osem-fcy/db/migrate/20141130182139_drop_table_event_attachments.rb
2018-04-04 10:28:10 -07:00

7 lines
146 B
Ruby

# frozen_string_literal: true
class DropTableEventAttachments < ActiveRecord::Migration
def change
drop_table :event_attachments
end
end