osem-fcy/db/migrate/20141130182139_drop_table_event_attachments.rb

8 lines
151 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class DropTableEventAttachments < ActiveRecord::Migration[4.2]
2014-11-30 20:32:56 +02:00
def change
drop_table :event_attachments
end
end