Skip to content

Commit

Permalink
bump schema after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Nov 21, 2023
1 parent d9889a9 commit 500ab90
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus/db-model/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ table! {
///
/// This should be updated whenever the schema is changed. For more details,
/// refer to: schema/crdb/README.adoc
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(12, 0, 0);
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(13, 0, 0);

allow_tables_to_appear_in_same_query!(
system_update,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion schema/crdb/dbinit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ INSERT INTO omicron.public.db_metadata (
version,
target_version
) VALUES
( TRUE, NOW(), NOW(), '12.0.0', NULL)
( TRUE, NOW(), NOW(), '13.0.0', NULL)
ON CONFLICT DO NOTHING;

COMMIT;

0 comments on commit 500ab90

Please sign in to comment.