Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-10 | foreign_key, non-nullable, dependent: destroy in account_moderation_notes ↵ | nullkal | |
(#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 | |||
2017-10-07 | Add moderation note (#5240) | nullkal | |
* Add moderation note * Add frozen_string_literal * Make rspec pass |