build: Add SQLite driver to depend target
This commit is contained in:
1
Makefile
1
Makefile
@@ -39,5 +39,6 @@ clean:
|
||||
depend:
|
||||
go install github.com/rubenv/sql-migrate/sql-migrate@latest
|
||||
go install github.com/volatiletech/sqlboiler/v4@latest
|
||||
go install github.com/volatiletech/sqlboiler-sqlite3@latest
|
||||
sql-migrate up -env="production" -config configs/sql-migrate/metadata.yaml
|
||||
go generate ./...
|
||||
Reference in New Issue
Block a user