@minatojs/driver-sqlite
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -196,3 +196,5 @@ "use strict"; | ||
logger.info("auto updating table %c", table); | ||
__privateMethod(this, _run, run_fn).call(this, `ALTER TABLE ${(0, import_sql_utils.escapeId)(table)} ${alter.join(", ")}`); | ||
for (const def of alter) { | ||
__privateMethod(this, _run, run_fn).call(this, `ALTER TABLE ${(0, import_sql_utils.escapeId)(table)} ${def}`); | ||
} | ||
} | ||
@@ -199,0 +201,0 @@ } |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "SQLite Driver for Minato", | ||
@@ -37,5 +37,5 @@ "main": "lib/index.js", | ||
"sqlstring-sqlite": "^0.1.1", | ||
"cosmokit": "^1.3.4", | ||
"reggol": "^1.3.2" | ||
"cosmokit": "^1.3.6", | ||
"reggol": "^1.3.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
37900
407
Updatedcosmokit@^1.3.6
Updatedreggol@^1.3.3