Skip to content

Commit

Permalink
bump dbinit schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 20, 2024
1 parent bfc6cf4 commit fe35438
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 @@ -4219,7 +4219,7 @@ INSERT INTO omicron.public.db_metadata (
version,
target_version
) VALUES
(TRUE, NOW(), NOW(), '87.0.0', NULL)
(TRUE, NOW(), NOW(), '88.0.0', NULL)
ON CONFLICT DO NOTHING;

COMMIT;

0 comments on commit fe35438

Please sign in to comment.