Quantcast
Viewing all articles
Browse latest Browse all 39

Fixed error in migration

The wrong model was being deleted. Fortunately the migration failed because it generated the wrong SQL when trying to delete records from deleted_entries; the correct thing to do is delete from entry_states. Really dangerous error.

Viewing all articles
Browse latest Browse all 39

Trending Articles