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
Not sure if there's a reason for changing the db table name for EmbeddedObject(?)
But currently when updating from Silverstripe 3 to 4, all EmbeddedObjects disappear due to the database table having changed between 3 & 4.
Quick fix is to revert the table name back to the previous value from config.yml:
Not sure if there's a reason for changing the db table name for EmbeddedObject(?)
But currently when updating from Silverstripe 3 to 4, all EmbeddedObjects disappear due to the database table having changed between 3 & 4.
Quick fix is to revert the table name back to the previous value from config.yml:
The text was updated successfully, but these errors were encountered: