Transacciones

This commit is contained in:
2026-02-19 13:07:01 +01:00
parent 12c46b589f
commit f8afb1574e

View File

@@ -155,9 +155,6 @@ async function initVersionTable(db: Pool, versionTable: string) {
try {
await client.query("BEGIN")
await client.query(ddlCreateVersionTable)
await client.query("COMMIT")
await client.query("BEGIN")
await client.query(insertFistValue)
await client.query("COMMIT")
return 0