mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 23:12:25 -05:00
[chore] update bun + extras v1.1.16 -> v1.1.17 (#2534)
This commit is contained in:
parent
a43ce99da9
commit
6433a50582
53 changed files with 1426 additions and 294 deletions
5
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
5
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
|
|
@ -158,6 +158,11 @@ SELECT 1
|
|||
SELECT 2
|
||||
`
|
||||
|
||||
const transactionalSQLTemplate = `SET statement_timeout = 0;
|
||||
|
||||
SELECT 1;
|
||||
`
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
type MigrationSlice []Migration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue