mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Allowed constraintName
in schema column spec
refs 0ba3d6df49
- this is used to indicate the name of the foreign key constraint and so
we should let it through the schema checks
This commit is contained in:
parent
0ba3d6df49
commit
c9d43b8fe1
@ -29,6 +29,7 @@ const VALID_KEYS = {
|
||||
'validations',
|
||||
'defaultTo',
|
||||
'references',
|
||||
'constraintName',
|
||||
'cascadeDelete',
|
||||
'setNullDelete',
|
||||
'index'
|
||||
|
Loading…
Reference in New Issue
Block a user