Skip to content

Commit

Permalink
Bump supported schema version (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga authored Oct 4, 2023
1 parent ef6611d commit afb0624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator_core/src/datastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ macro_rules! supported_schema_versions {
// version is seen, [`Datastore::new`] fails.
//
// Note that the latest supported version must be first in the list.
supported_schema_versions!(2);
supported_schema_versions!(3);

/// Datastore represents a datastore for Janus, with support for transactional reads and writes.
/// In practice, Datastore instances are currently backed by a PostgreSQL database.
Expand Down

0 comments on commit afb0624

Please sign in to comment.