0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-30 14:01:54 +02:00
This commit is contained in:
Lunny Xiao 2026-05-17 16:58:25 -07:00
parent 9f21e6b20c
commit f8aeae349b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -4,12 +4,11 @@
package v1_27
import (
"code.gitea.io/gitea/models/db"
"code.gitea.io/gitea/modules/timeutil"
"xorm.io/xorm"
)
func AddProjectWorkflow(x *xorm.Engine) error {
func AddProjectWorkflow(x db.EngineMigration) error {
type ProjectWorkflow struct {
ID int64
ProjectID int64 `xorm:"INDEX"`