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
I have a simple schema with metadata=false declaration. Creating the table for the 1st time works fine, ie. the schema gets extended with the 'guid' field.
Now, I drop the table from the database and do a 'midgardmvc update_db'. The new table is created, but the 'guid' field is missing. This leads to errors when doing queries.
The text was updated successfully, but these errors were encountered:
DB: mysql
midgard core: latest from OBS
I have a simple schema with metadata=false declaration. Creating the table for the 1st time works fine, ie. the schema gets extended with the 'guid' field.
Now, I drop the table from the database and do a 'midgardmvc update_db'. The new table is created, but the 'guid' field is missing. This leads to errors when doing queries.
The text was updated successfully, but these errors were encountered: