Skip to content

Commit 0f377d3

Browse files
committed
un-trail comma
1 parent a61e036 commit 0f377d3

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
@@ -983,7 +983,7 @@ CREATE TYPE IF NOT EXISTS omicron.public.vmm_state AS ENUM (
983983
'migrating',
984984
'failed',
985985
'destroyed',
986-
'saga_unwound',
986+
'saga_unwound'
987987
);
988988

989989
/*

0 commit comments

Comments
 (0)