update dependencies
This commit is contained in:
parent
4632fdd52b
commit
cfefe99de1
16 changed files with 828 additions and 382 deletions
scripts
|
@ -1,12 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd "$DIR"
|
||||
cd ".."
|
||||
DIR="$PWD"
|
||||
(
|
||||
cd "$DIR"
|
||||
go get -u -t github.com/volatiletech/sqlboiler@v3.7.1
|
||||
go get -u -t github.com/volatiletech/sqlboiler/drivers/sqlboiler-mysql@v3.7.1
|
||||
cd "$DIR/.."
|
||||
go install github.com/volatiletech/sqlboiler/v4@latest
|
||||
sqlboiler --no-rows-affected --no-auto-timestamps --no-hooks --no-tests --no-context --add-global-variants --add-panic-variants --wipe mysql
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue