remove additional files

This commit is contained in:
yqbk
2016-07-04 16:37:59 +02:00
parent 19f214caf1
commit a98107479e

View File

@ -1,7 +0,0 @@
class DropTeams < ActiveRecord::Migration
def change
remove_column :exercises, :team_id, :integer
drop_table :teams
drop_table :internal_users_teams
end
end