drizzle-kit 0.16.5 → 0.16.6
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 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -21094,9 +21094,9 @@ var init_snapshotsDiffer = __esm({
|
|
|
21094
21094
|
jsonStatements.push(...jsonRenameTables);
|
|
21095
21095
|
jsonStatements.push(...jsonRenameColumnsStatements);
|
|
21096
21096
|
jsonStatements.push(...jsonTableAlternations.alterColumns);
|
|
21097
|
+
jsonStatements.push(...jsonTableAlternations.createColumns);
|
|
21097
21098
|
jsonStatements.push(...jsonAlterReferencesForAlteredTables);
|
|
21098
21099
|
jsonStatements.push(...jsonTableAlternations.dropColumns);
|
|
21099
|
-
jsonStatements.push(...jsonTableAlternations.createColumns);
|
|
21100
21100
|
if (dialect6 !== "sqlite")
|
|
21101
21101
|
jsonStatements.push(...jsonCreateReferences);
|
|
21102
21102
|
jsonStatements.push(...jsonDropIndexesForAllAlteredTables);
|
|
@@ -26383,7 +26383,7 @@ init_source();
|
|
|
26383
26383
|
// package.json
|
|
26384
26384
|
var package_default = {
|
|
26385
26385
|
name: "drizzle-kit",
|
|
26386
|
-
version: "0.16.
|
|
26386
|
+
version: "0.16.6",
|
|
26387
26387
|
repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
|
|
26388
26388
|
author: "Alex Blokh <aleksandrblokh@gmail.com>",
|
|
26389
26389
|
license: "MIT",
|