Skip to content

Commit

Permalink
Apply missed schema version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 25, 2023
1 parent 57620d8 commit 0cdbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/crdb/dbinit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ INSERT INTO omicron.public.db_metadata (
version,
target_version
) VALUES
( TRUE, NOW(), NOW(), '13.0.0', NULL)
( TRUE, NOW(), NOW(), '14.0.0', NULL)
ON CONFLICT DO NOTHING;

COMMIT;

0 comments on commit 0cdbc1c

Please sign in to comment.