fix: missing comma in migration file
fix: default value for customer notes fix: remove custom requirements divider when there are no requirements set
This commit is contained in:
parent
e0529efb92
commit
01841c03ba
3 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ exports.up = function (next) {
|
|||
created TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
last_edited_at TIMESTAMPTZ,
|
||||
last_edited_by UUID REFERENCES users(id),
|
||||
title TEXT NOT NULL DEFAULT ''
|
||||
title TEXT NOT NULL DEFAULT '',
|
||||
content TEXT NOT NULL DEFAULT ''
|
||||
)`
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue