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
There's a bunch of datatypes where I've added a new field to the schema but did not go back and update all the old instances.
You can find the value that should replace undefined in the DEFAULT_(.+) instances.
Make a backup of the database before performing this migration.
After the migration has been done, remove the undefined checks that were added to deal with the fact that the data lookups may have previously failed but will no longer.
The text was updated successfully, but these errors were encountered:
There's a bunch of datatypes where I've added a new field to the schema but did not go back and update all the old instances.
You can find the value that should replace
undefined
in theDEFAULT_(.+)
instances.Make a backup of the database before performing this migration.
After the migration has been done, remove the
undefined
checks that were added to deal with the fact that the data lookups may have previously failed but will no longer.The text was updated successfully, but these errors were encountered: