6 lines
126 B
Ruby
6 lines
126 B
Ruby
|
class DropJoinTableEventsSepakerProfiles < ActiveRecord::Migration
|
||
|
def up
|
||
|
drop_table :events_speaker_profiles
|
||
|
end
|
||
|
end
|