Skip to content
Discussion options

You must be logged in to vote

That table keeps a record of which migrations have been run. Nothing in Craft will ever delete rows in it, unless a migration is rolled back, which is typically not possible, including with this particular migration:

echo "m210121_145800_asset_indexing_changes cannot be reverted.\n";
return false;

So I’m not really sure how you got in this situation, but it sounds like some (all?) rows in the table were manually deleted, or maybe someone manually created a database dump that didn’t include the table data?

Assuming this is the only table with missing data, you can fix by manually r…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dolphiq-allard
Comment options

@brandonkelly
Comment options

Answer selected by brandonkelly
@dolphiq-allard
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants