Skip to content

Commit

Permalink
Fix migration numbering (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Aug 25, 2023
1 parent b1903fc commit eb3e36e
Show file tree
Hide file tree
Showing 3 changed files 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!(16, 15);
supported_schema_versions!(17, 16, 15);

/// 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
File renamed without changes.
File renamed without changes.

0 comments on commit eb3e36e

Please sign in to comment.