1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

Fix build

This commit is contained in:
Lunny Xiao
2022-05-28 17:47:20 +08:00
committed by Jason Song
parent 2c4f6fd42f
commit a1bd3a8932

View File

@@ -5,6 +5,9 @@
package migrations
import (
"code.gitea.io/gitea/models/db"
"code.gitea.io/gitea/modules/timeutil"
"xorm.io/xorm"
)