gitea source for verification 2026-05-22
This commit is contained in:
10
models/migrations/v1_14/v168.go
Normal file
10
models/migrations/v1_14/v168.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package v1_14
|
||||
|
||||
import "xorm.io/xorm"
|
||||
|
||||
func RecreateUserTableToFixDefaultValues(_ *xorm.Engine) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user