fix: Standardize SQL column names and import paths across project
This commit is contained in:
parent
7cbe2a07d3
commit
e3d8f9e8ee
4 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"github.com/labstack/echo/v4"
|
||||
"go.uber.org/zap"
|
||||
|
||||
db "github.com/your-username/your-repo/database/sqlite/generated/sqlite"
|
||||
db "github.com/your-username/your-repo/database/sqlite/generated"
|
||||
)
|
||||
|
||||
// API holds all API handlers
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/labstack/echo/v4"
|
||||
"go.uber.org/zap"
|
||||
|
||||
db "github.com/your-username/your-repo/database/sqlite/generated/sqlite"
|
||||
db "github.com/your-username/your-repo/database/sqlite/generated"
|
||||
)
|
||||
|
||||
type StorageHandler struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue