modify models to schemas
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package storages
|
||||
|
||||
import (
|
||||
"backend/database/models/qvyun_v2/public/model"
|
||||
"backend/database/schemas/public/model"
|
||||
|
||||
"github.com/gofiber/fiber/v3"
|
||||
"github.com/samber/lo"
|
||||
|
||||
@@ -2,7 +2,7 @@ package storages
|
||||
|
||||
import (
|
||||
"backend/database/fields"
|
||||
"backend/database/models/qvyun_v2/public/model"
|
||||
"backend/database/schemas/public/model"
|
||||
)
|
||||
|
||||
type Storage struct {
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"errors"
|
||||
|
||||
"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/providers/otel"
|
||||
|
||||
. "github.com/go-jet/jet/v2/postgres"
|
||||
|
||||
Reference in New Issue
Block a user