refactor: rename tables to bot_*

This commit is contained in:
Jason Song
2022-11-29 12:34:23 +08:00
parent 3ac6bf3db4
commit 04d72d3500
20 changed files with 173 additions and 201 deletions

View File

@ -86,7 +86,7 @@ func notifyWithPR(repo *repo_model.Repository, doer *user_model.User, ref string
}
for id, content := range workflows {
run := bots_model.Run{
run := bots_model.BotRun{
Title: commit.Message(),
RepoID: repo.ID,
OwnerID: repo.OwnerID,