Update company.model cascade for company keys within synonyms
This commit is contained in:
parent
6d97aa5050
commit
7359eadae2
@ -19,6 +19,6 @@ Company
|
|||||||
-- TODO: a way to populate this table (manually)
|
-- TODO: a way to populate this table (manually)
|
||||||
CompanySynonym
|
CompanySynonym
|
||||||
synonym CompanyName
|
synonym CompanyName
|
||||||
canonical CompanyShorthand
|
canonical CompanyShorthand OnDeleteCascade OnUpdateCascade
|
||||||
UniqueCompanySynonym synonym
|
UniqueCompanySynonym synonym
|
||||||
deriving Ord Eq Show Generic
|
deriving Ord Eq Show Generic
|
||||||
|
|||||||
Reference in New Issue
Block a user