Skip to content

Commit

Permalink
bump db version to force a rescan
Browse files Browse the repository at this point in the history
  • Loading branch information
OBorce committed Mar 28, 2024
1 parent c2f0943 commit 9b9c5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-server/api-server-common/src/storage/impls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

pub const CURRENT_STORAGE_VERSION: u32 = 8;
pub const CURRENT_STORAGE_VERSION: u32 = 10;

pub mod in_memory;
pub mod postgres;
2 changes: 1 addition & 1 deletion api-server/scanner-lib/src/sync/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ async fn sync_and_compare(
#[trace]
#[case(test_utils::random::Seed::from_entropy())]
#[tokio::test]
async fn check_all_destinations_are_trucked(#[case] seed: Seed) {
async fn check_all_destinations_are_tracked(#[case] seed: Seed) {
let mut rng = make_seedable_rng(seed);

let mut tf = TestFramework::builder(&mut rng).build();
Expand Down

0 comments on commit 9b9c5e5

Please sign in to comment.