6 lines
109 B
Ruby
6 lines
109 B
Ruby
|
class DropEvenementViesTable < ActiveRecord::Migration
|
||
|
def change
|
||
|
drop_table :evenement_vies
|
||
|
end
|
||
|
end
|