Merge branch 'uuid-trx' into 'main'

Upgrade kysely_deno_postgres

See merge request soapbox-pub/ditto!388
This commit is contained in:
Alex Gleason 2024-06-18 04:40:31 +00:00
commit f56aa26996
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,7 @@
"iso-639-1": "npm:iso-639-1@2.1.15",
"isomorphic-dompurify": "npm:isomorphic-dompurify@^2.11.0",
"kysely": "npm:kysely@^0.27.3",
"kysely_deno_postgres": "https://gitlab.com/soapbox-pub/kysely-deno-postgres/-/raw/main/mod.ts",
"kysely_deno_postgres": "https://gitlab.com/soapbox-pub/kysely-deno-postgres/-/raw/f2948b86190a10faa293588775e162b3a8b52e70/mod.ts",
"linkify-plugin-hashtag": "npm:linkify-plugin-hashtag@^4.1.1",
"linkify-string": "npm:linkify-string@^4.1.1",
"linkifyjs": "npm:linkifyjs@^4.1.1",

View file

@ -16,7 +16,6 @@ export class DittoPostgres {
createAdapter() {
return new PostgresAdapter();
},
// @ts-ignore mismatched kysely versions probably
createDriver() {
return new PostgreSQLDriver(
{ connectionString: Conf.databaseUrl },