chore: Clean up migrations (#3613)

Fixes: #3530
This commit is contained in:
Sojan Jose
2021-12-19 09:47:07 +05:30
committed by GitHub
parent 5ee209c079
commit 8d65608666
14 changed files with 114 additions and 46 deletions

View File

@@ -17,7 +17,7 @@
#
# Foreign Keys
#
# fk_rails_... (account_id => accounts.id)
# fk_rails_... (account_id => accounts.id) ON DELETE => cascade
#
class Team < ApplicationRecord
belongs_to :account