mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const VALID_KEYS = {
|
|||
'validations',
|
||||
'defaultTo',
|
||||
'references',
|
||||
'constraintName',
|
||||
'cascadeDelete',
|
||||
'setNullDelete',
|
||||
'index'
|
||||
|
|
Loading…
Add table
Reference in a new issue