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
If you have a migration that were putting some data in the db and you have another migration creating the translation table after.
When you will create another db and you will run your migrations it will not work because it will tell you that the translation table has not been created.
So I will have to create another migration that creates datas after the translation tables are created.
The text was updated successfully, but these errors were encountered:
If you have a migration that were putting some data in the db and you have another migration creating the translation table after.
When you will create another db and you will run your migrations it will not work because it will tell you that the translation table has not been created.
So I will have to create another migration that creates datas after the translation tables are created.
The text was updated successfully, but these errors were encountered: