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
The database migration that was added in PR #1111 to move the hidden field from the attributes of Code nodes to the extras, was written for SqlAlchemy using the models. This will break if in the future the model will change, which is very likely. Instead the migration should be performed with raw SQL which does not depend on the state of the models during the migrations
The text was updated successfully, but these errors were encountered:
The database migration that was added in PR #1111 to move the
hidden
field from the attributes ofCode
nodes to theextras
, was written for SqlAlchemy using the models. This will break if in the future the model will change, which is very likely. Instead the migration should be performed with raw SQL which does not depend on the state of the models during the migrationsThe text was updated successfully, but these errors were encountered: