Skip to content

Commit 9cd2f7e

Browse files
committed
fix dbinit
1 parent f0cd9c2 commit 9cd2f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/crdb/dbinit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ CREATE TABLE IF NOT EXISTS omicron.public.instance (
10141014
updater_id UUID,
10151015

10161016
/* Generation of the instance updater lock */
1017-
updater_gen INT NOT NULL
1017+
updater_gen INT NOT NULL DEFAULT 0
10181018

10191019
);
10201020

0 commit comments

Comments
 (0)