* Fix mig 141 * temporary fix dump
This commit is contained in:
parent
841efac895
commit
00dc35e2de
2 changed files with 12 additions and 3 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
func addKeepActivityPrivateUserColumn(x *xorm.Engine) error {
|
||||
type User struct {
|
||||
KeepActivityPrivate bool
|
||||
KeepActivityPrivate bool `xorm:"NOT NULL DEFAULT false"`
|
||||
}
|
||||
|
||||
if err := x.Sync2(new(User)); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue