20171010023049_add_foreign_key_to_account_moderation_notes.rb (155B)
- class AddForeignKeyToAccountModerationNotes < ActiveRecord::Migration[5.1]
- def change
- add_foreign_key :account_moderation_notes, :accounts
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20171010023049_add_foreign_key_to_account_moderation_notes.rb (155B)
- class AddForeignKeyToAccountModerationNotes < ActiveRecord::Migration[5.1]
- def change
- add_foreign_key :account_moderation_notes, :accounts
- end
- end