Skip to content

Commit e9c91fc

Browse files
committed
158
1 parent e036174 commit e9c91fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/db-model/src/schema_versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::{collections::BTreeMap, sync::LazyLock};
1616
///
1717
/// This must be updated when you change the database schema. Refer to
1818
/// schema/crdb/README.adoc in the root of this repository for details.
19-
pub const SCHEMA_VERSION: Version = Version::new(157, 0, 0);
19+
pub const SCHEMA_VERSION: Version = Version::new(158, 0, 0);
2020

2121
/// List of all past database schema versions, in *reverse* order
2222
///

0 commit comments

Comments
 (0)