mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:22:25 -05:00
upstep bun to v1.0.14 (#291)
This commit is contained in:
parent
84a8a07f38
commit
8b7c3507fe
100 changed files with 5071 additions and 3836 deletions
6
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
6
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
|
|
@ -126,7 +126,11 @@ func init() {
|
|||
}
|
||||
`
|
||||
|
||||
const sqlTemplate = `SELECT 1
|
||||
const sqlTemplate = `SET statement_timeout = 0;
|
||||
|
||||
--bun:split
|
||||
|
||||
SELECT 1
|
||||
|
||||
--bun:split
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue