forgejo/models
Giteabot c0ccd4c2d7
Fix no ActionTaskOutput table waring (#28149) (#28151)
Backport #28149 by @yp05327

Reproduce:
- Create a new Gitea instance
- Register a runner
- Create a repo and add a workflow
- Check the log, you will see warnings:

![image](https://github.com/go-gitea/gitea/assets/18380374/5f1278e0-114b-48bc-8113-8ba1404d9975)
It comes from:

![image](https://github.com/go-gitea/gitea/assets/18380374/c2807831-e137-4229-9536-87f6114c8a5b)

The reason is that we forgot registering `ActionTaskOutput` model.
So `action_table_output` table will be missing in your db.

Co-authored-by: yp05327 <576951401@qq.com>
(cherry picked from commit 41b2d0be93)
2023-11-22 17:23:43 +01:00
..
actions Fix no ActionTaskOutput table waring (#28149) (#28151) 2023-11-22 17:23:43 +01:00
activities Quote table release in sql queries (#27205) (#27219) 2023-10-03 14:48:18 +02:00
admin
asymkey
auth Fix wrong xorm Delete usage(backport for 1.20) (#28003) 2023-11-14 13:17:12 +01:00
avatars Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017) 2023-09-20 12:50:46 +02:00
db
dbfs
fixtures Allow get release download files and lfs files with oauth2 token format (#26430) (#27378) 2023-10-03 14:48:40 +02:00
forgejo/semver
forgejo_migrations [GITEA] rework long-term authentication (squash) add migration 2023-10-05 12:35:59 +02:00
git
issues Fix bug of review request number (#27406) 2023-10-03 14:48:40 +02:00
migrations
organization
packages
perm
project
pull
repo Restricted users only see repos in orgs which their team was assigned to (#28025) (#28050) 2023-11-22 17:23:33 +01:00
secret
shared/types
system Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017) 2023-09-20 12:50:46 +02:00
unit
unittest
user [GITEA] rework long-term authentication 2023-10-05 08:50:54 +02:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go