drizzle-kit 0.16.2 → 0.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -20597,8 +20597,7 @@ var init_jsonStatements = __esm({
|
|
|
20597
20597
|
);
|
|
20598
20598
|
addColumns.push(...sqliteAddColumns);
|
|
20599
20599
|
} else {
|
|
20600
|
-
|
|
20601
|
-
addColumns2.push(...addColumns2);
|
|
20600
|
+
addColumns.push(..._prepareAddColumns(tableName, added));
|
|
20602
20601
|
}
|
|
20603
20602
|
return { addColumns, dropColumns, alterColumns };
|
|
20604
20603
|
};
|
|
@@ -26382,7 +26381,7 @@ init_source();
|
|
|
26382
26381
|
// package.json
|
|
26383
26382
|
var package_default = {
|
|
26384
26383
|
name: "drizzle-kit",
|
|
26385
|
-
version: "0.16.
|
|
26384
|
+
version: "0.16.4",
|
|
26386
26385
|
repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
|
|
26387
26386
|
author: "Alex Blokh <aleksandrblokh@gmail.com>",
|
|
26388
26387
|
license: "MIT",
|