Skip to content

Commit cd19742

Browse files
committed
Remove migrate on v1
1 parent 0c969ce commit cd19742

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

polybase/src/migrate.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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,
2928
_ => {
3029
info!(
3130
version = version,

0 commit comments

Comments
 (0)