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
Currently, if the migration is run multiple times, it creates all the workout scores again since they don't have any particular unique identity. Need to evaluate what's the best approach here, might even just mark the user as migrated and return zero for the added_* fields and false for user_updated.
The text was updated successfully, but these errors were encountered:
Currently, if the migration is run multiple times, it creates all the workout scores again since they don't have any particular unique identity. Need to evaluate what's the best approach here, might even just mark the user as migrated and return zero for the
added_*
fields andfalse
foruser_updated
.The text was updated successfully, but these errors were encountered: