Skip to content

Commit

Permalink
Merge pull request #52 from qingfeng777/master
Browse files Browse the repository at this point in the history
[dbinit] fix redis-task table init
  • Loading branch information
qingfeng777 authored Jan 23, 2024
2 parents b6feed7 + 22c2804 commit 70a8827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/service/system/sys_initdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"github.com/nooncall/owls/go/model/example"
"github.com/nooncall/owls/go/model/system"
"github.com/nooncall/owls/go/service/auth/auth"
"github.com/nooncall/owls/go/service/redis"
tasks "github.com/nooncall/owls/go/service/task"
"github.com/nooncall/owls/go/service/tidb_or_mysql/checker"
"github.com/nooncall/owls/go/service/tidb_or_mysql/db_info"
Expand Down Expand Up @@ -65,6 +66,8 @@ func (initDBService *InitDBService) initTables() error {

tasks.Task{},
auth.Auth{},

redis.RedisTask{},
)
}

Expand Down

0 comments on commit 70a8827

Please sign in to comment.