further delete (spec files)

This commit is contained in:
yqbk
2016-07-04 16:59:30 +02:00
parent a98107479e
commit 2bb1362520
8 changed files with 6 additions and 174 deletions

View File

@@ -1,6 +1,6 @@
class RemoveTeams < ActiveRecord::Migration
def change
remove_column :exercises, :team_id, :integer
remove_reference :exercises, :team
drop_table :teams
drop_table :internal_users_teams
end