mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08:00
* Fix mig 141 * temporary fix dump
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user