Skip to content

Commit

Permalink
schema 30 -> 31
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Jan 31, 2024
1 parent 1ac8528 commit db82cfc
Show file tree
Hide file tree
Showing 4 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 @@ -13,7 +13,7 @@ use omicron_common::api::external::SemverVersion;
///
/// 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(30, 0, 0);
pub const SCHEMA_VERSION: SemverVersion = SemverVersion::new(31, 0, 0);

table! {
disk (id) {
Expand Down
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 @@ -3442,7 +3442,7 @@ INSERT INTO omicron.public.db_metadata (
version,
target_version
) VALUES
( TRUE, NOW(), NOW(), '30.0.0', NULL)
( TRUE, NOW(), NOW(), '31.0.0', NULL)
ON CONFLICT DO NOTHING;

COMMIT;

0 comments on commit db82cfc

Please sign in to comment.