You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"It looks like you're trying to do a major version upgrade from 1.0 to 2.0. We recommend first looking at the upgrade notes before committing to this upgrade: https://spacetimedb.com/docs/upgrade"
252
252
);
253
253
println!();
254
254
println!("WARNING: Once you publish you cannot revert back to version 1.0.");
255
255
println!();
256
256
257
+
if force {
258
+
returnOk(());
259
+
}
260
+
257
261
letmut input = String::new();
258
262
print!("Please type 'upgrade' to accept this change: ");
0 commit comments