This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix migration for user defined themes (
#5682
)
tags/v1.21.12.1
Lanre Adelowo
techknowlogick
6 years ago
parent
2b36bdd490
commit
9e9d1b8f95
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/migrations/v77.go
+ 1
- 1
models/migrations/v77.go
View File
@@ -10,7 +10,7 @@ import (
func addUserDefaultTheme(x *xorm.Engine) error {
type User struct {
Theme string `xorm:"VARCHAR(30)"`
Theme string `xorm:"VARCHAR(30)
NOT NULL DEFAULT ''
"`
}
return x.Sync2(new(User))
Write
Preview
Loading…
Cancel
Save