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
a9d120c1
Commit
a9d120c1
authored
4 years ago
by
周振烽
Browse files
Options
Download
Plain Diff
Merge branch 'v2.0' into 'master'
v2.2.5 vvid迁移至models See merge request
!12
parents
b5be9228
fca8cfce
master
1 merge request
!12
v2.2.5 vvid迁移至models
Pipeline
#8419
passed with stages
in 1 minute and 12 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 @
a9d120c1
...
...
@@ -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