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
Right now if config is mismatched, Inertia just sort of quietly overwrites and throws away anything from a pervious format. We need to work out:
a strategy for executing format migrations
a command to do so
The new command chain from #577 makes things a little awkward for where to put a potential migrate command - I'd like to avoid introducing a inertia config, but inertia migrate seems too trivial for a top-level command, and inertia project migrate + inertia remote migrate seems awks (especially the latter)
Maybe migrations can be done silently by inertia as well
The text was updated successfully, but these errors were encountered:
Right now if config is mismatched, Inertia just sort of quietly overwrites and throws away anything from a pervious format. We need to work out:
The new command chain from #577 makes things a little awkward for where to put a potential
migrate
command - I'd like to avoid introducing ainertia config
, butinertia migrate
seems too trivial for a top-level command, andinertia project migrate
+inertia remote migrate
seems awks (especially the latter)Maybe migrations can be done silently by inertia as well
The text was updated successfully, but these errors were encountered: