modify models to schemas
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
"backend/app/events/publishers"
|
||||
"backend/database/fields"
|
||||
"backend/database/models/qvyun_v2/public/model"
|
||||
"backend/database/models/qvyun_v2/public/table"
|
||||
"backend/database/schemas/public/model"
|
||||
"backend/database/schemas/public/table"
|
||||
"backend/pkg/oauth"
|
||||
"backend/providers/event"
|
||||
"backend/providers/otel"
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"backend/app/service/testx"
|
||||
"backend/database"
|
||||
"backend/database/fields"
|
||||
"backend/database/models/qvyun_v2/public/model"
|
||||
"backend/database/models/qvyun_v2/public/table"
|
||||
"backend/database/schemas/public/model"
|
||||
"backend/database/schemas/public/table"
|
||||
|
||||
"git.ipao.vip/rogeecn/atom/contracts"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
|
||||
Reference in New Issue
Block a user