We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This migration will happen in 3 steps:
task queue
UserActivities
UserId
ActivityIds
Change the code of the app that uses User.ActivityIds to use UserActivities.Ids.
User.ActivityIds
UserActivities.Ids
User model
Check how do I remove a field from a model in google app engine with go
The text was updated successfully, but these errors were encountered:
santiaago
No branches or pull requests
This migration will happen in 3 steps:
step 1:
task queue
that queries all users using a limit of users to process per task queue.UserActivities
that has aUserId
and the list ofActivityIds
of this user.step 2:
Change the code of the app that uses
User.ActivityIds
to useUserActivities.Ids
.step 3:
task queue
to remove theUser.ActivityIds
property and remove it from theUser model
.Check how do I remove a field from a model in google app engine with go
The text was updated successfully, but these errors were encountered: