You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/db
nullkal 6c54d2e583 foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294)
* Add foreign key constraint to column `account` in `account_moderation_notes`

* Change account_id and target_account_id to non-nullable in account_moderation_notes

* Add dependent: :destroy to account and target_account in account_moderation_notes
7 years ago
..
migrate foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 7 years ago
schema.rb foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 7 years ago
seeds.rb Fix db:seed - only run some validations when the field was changed (#3592) 7 years ago