Skip to content

Commit

Permalink
Update schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Jan 26, 2024
1 parent 395173a commit f910486
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!(2, 1);
supported_schema_versions!(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 f910486

Please sign in to comment.