fix: add missing comma
This commit is contained in:
parent
ead4c848ad
commit
dcea6661ed
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ exports.up = function (next) {
|
|||
`ALTER TYPE custom_message_event RENAME TO sms_notice_event`,
|
||||
`ALTER TYPE sms_notice_event ADD VALUE 'sms_receipt'`,
|
||||
`ALTER TABLE sms_notices ADD COLUMN message_name TEXT UNIQUE NOT NULL`,
|
||||
`ALTER TABLE sms_notices ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT true`
|
||||
`ALTER TABLE sms_notices ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT true`,
|
||||
`ALTER TABLE sms_notices ADD COLUMN allow_toggle BOOLEAN NOT NULL DEFAULT true`
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue