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

8 lines
146 B
Ruby
Raw Normal View History

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