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

7 lines
146 B
Ruby

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