mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00: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