Skip to content

Commit

Permalink
Add missing default values for eztags_keyword table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 22, 2020
1 parent c19630e commit f5bae46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/Resources/schema/legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,14 @@ tables:
keyword_id:
type: integer
nullable: false
options:
default: '0'
locale:
type: string
nullable: false
length: 20
options:
default: ''
fields:
language_id:
type: bigint
Expand Down

0 comments on commit f5bae46

Please sign in to comment.