Skip to content

Commit 2f71558

Browse files
committed
Add migrate from v1
1 parent e70fab6 commit 2f71558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polybase/src/migrate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub(crate) async fn check_for_migration(store: &RocksDBAdaptor) -> Result<()> {
2525

2626
match version {
2727
0 => migrate_to_v1(store).await,
28+
1 => migrate_to_v1(store).await,
2829
_ => {
2930
info!(
3031
version = version,

0 commit comments

Comments
 (0)