1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/db/migrate/20190606074801_delete_user_trainings.rb

6 lines
106 B
Ruby

class DeleteUserTrainings < ActiveRecord::Migration
def change
drop_table :user_trainings
end
end