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

Skip to content

Commit 42f8d41

Browse files
committed
Fix
1 parent 3e9dd7e commit 42f8d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000097_template_version_variables.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS template_version_variables (
44
description text not null,
55
type text not null,
66
value text not null,
7-
default_value text not null,
7+
default_value text not null,
88
required boolean not null,
99
sensitive boolean not null,
1010
unique (template_version_id, name)

0 commit comments

Comments
 (0)