Skip to content

Commit

Permalink
Update schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Feb 5, 2024
1 parent aaff6c9 commit 401e53d
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 @@ -100,7 +100,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!(3, 2, 1);
supported_schema_versions!(3, 2);

/// 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 401e53d

Please sign in to comment.