Anyone know anything about the migration_status_da...
# fleet
k
Anyone know anything about the migration_status_data and migration_status_tables? I'm getting
Missing migrations: tables=[20211216131203 20211221110132], data=[].
When running prepare db
z
It's just showing you the migrations that need to run. I think we need to change the language there.
k
ah okay, so it should always show when upgrading (unless using
--no-prompt
?)
z
Yeah, or if you happen to be doing an upgrade with no migrations.
k
okay, good to know! Thanks!