Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
周振烽
xg-login-admin
Commits
8d495756
Commit
8d495756
authored
4 years ago
by
周振烽
Browse files
Options
Download
Email Patches
Plain Diff
v2.2.6 vvid迁移至models
parent
fca8cfce
master
v2.0
v2.2.6
1 merge request
!13
v2.2.6 vvid迁移至models
Pipeline
#8420
passed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ulogin/model/domain.py
ulogin/model/domain.py
+1
-1
No files found.
ulogin/model/domain.py
View file @
8d495756
...
...
@@ -157,5 +157,5 @@ class User2VVid(CRUDMixin, db.Model):
@
classmethod
def
move_model
(
cls
):
for
vvid
,
data
in
UserCache
.
get_vvids_cache
():
data
.
update
({
"vvid"
,
vvid
})
data
.
update
({
"vvid"
:
vvid
})
super
().
save_dict
(
data
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help