-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
Add migration for password algorithm change #12784
Merged
techknowlogick
merged 13 commits into
go-gitea:master
from
zeripath:migration-for-12688
Sep 15, 2020
Merged
Add migration for password algorithm change #12784
techknowlogick
merged 13 commits into
go-gitea:master
from
zeripath:migration-for-12688
Sep 15, 2020
Commits on Sep 9, 2020
-
Add migration for password algorithm change
go-gitea#12688 changed the default for the user table leading to sync2 warnings Unfortunately changing defaults requires a complete table rewrite in general. However, just dropping columns could be bad - so this PR leverages the techniques used in recreate table to recreate from the inferred schema and recreates the user table. This is not necessarily the correct thing to do - but code sometimes speaks louder than words. Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 844edb6 - Browse repository at this point
Copy the full SHA 844edb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129fa5b - Browse repository at this point
Copy the full SHA 129fa5bView commit details -
ok lets use the shorter bits for other dbs
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for f4a27e4 - Browse repository at this point
Copy the full SHA f4a27e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab0679 - Browse repository at this point
Copy the full SHA fab0679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1728077 - Browse repository at this point
Copy the full SHA 1728077View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c8a732 - Browse repository at this point
Copy the full SHA 0c8a732View commit details
Commits on Sep 13, 2020
-
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for d508df7 - Browse repository at this point
Copy the full SHA d508df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459da9e - Browse repository at this point
Copy the full SHA 459da9eView commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8294dd6 - Browse repository at this point
Copy the full SHA 8294dd6View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 795d951 - Browse repository at this point
Copy the full SHA 795d951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f591c - Browse repository at this point
Copy the full SHA 96f591cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85234fd - Browse repository at this point
Copy the full SHA 85234fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4635b - Browse repository at this point
Copy the full SHA 4d4635bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.