We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e036174 commit e9c91fcCopy full SHA for e9c91fc
nexus/db-model/src/schema_versions.rs
@@ -16,7 +16,7 @@ use std::{collections::BTreeMap, sync::LazyLock};
16
///
17
/// This must be updated when you change the database schema. Refer to
18
/// schema/crdb/README.adoc in the root of this repository for details.
19
-pub const SCHEMA_VERSION: Version = Version::new(157, 0, 0);
+pub const SCHEMA_VERSION: Version = Version::new(158, 0, 0);
20
21
/// List of all past database schema versions, in *reverse* order
22
0 commit comments