Skip to content

Commit

Permalink
schema version 15 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Nov 29, 2023
1 parent 59cb0a3 commit 20e8cf7
Show file tree
Hide file tree
Showing 3 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 @@ -1300,7 +1300,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(15, 0, 0);
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(16, 0, 0);

allow_tables_to_appear_in_same_query!(
system_update,
Expand Down
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 @@ -2999,7 +2999,7 @@ INSERT INTO omicron.public.db_metadata (
version,
target_version
) VALUES
( TRUE, NOW(), NOW(), '15.0.0', NULL)
( TRUE, NOW(), NOW(), '16.0.0', NULL)
ON CONFLICT DO NOTHING;

COMMIT;

0 comments on commit 20e8cf7

Please sign in to comment.