mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 03:32:27 -06:00
[chore]: Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 (#2929)
This commit is contained in:
parent
3d3e99ae52
commit
0a18c0d802
36 changed files with 969 additions and 561 deletions
1
vendor/github.com/jackc/pgx/v5/CONTRIBUTING.md
generated
vendored
1
vendor/github.com/jackc/pgx/v5/CONTRIBUTING.md
generated
vendored
|
|
@ -29,6 +29,7 @@ Create and setup a test database:
|
|||
export PGDATABASE=pgx_test
|
||||
createdb
|
||||
psql -c 'create extension hstore;'
|
||||
psql -c 'create extension ltree;'
|
||||
psql -c 'create domain uint64 as numeric(20,0);'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue