Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebddd3c

Browse files
committed
fix: default null
1 parent fc3e039 commit ebddd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/database/dump.sql

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALTER TABLE template_version_parameters ADD COLUMN validation_error text NOT NULL;
1+
ALTER TABLE template_version_parameters ADD COLUMN validation_error text NOT NULL DEFAULT '';
22

33
COMMENT ON COLUMN template_version_parameters.validation_error
44
IS 'Validation: error displayed when the regex does not match.';

0 commit comments

Comments
 (0)