0
0
Fork 0

Fix account_relationship_severance_events unique indexes (#29665)

This commit is contained in:
Claire 2024-03-20 17:08:34 +01:00 committed by GitHub
parent 99c9db5f67
commit d4449cc682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -8,6 +8,7 @@
# id :bigint(8) not null, primary key
# account_id :bigint(8) not null
# relationship_severance_event_id :bigint(8) not null
# relationships_count :integer default(0), not null
# created_at :datetime not null
# updated_at :datetime not null
#