drizzle-kit 0.20.12-259715f → 0.20.12-3e02b6e
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/bin.cjs +1 -1
- package/package.json +1 -1
- package/utils.js +1 -1
package/bin.cjs
CHANGED
|
@@ -12323,7 +12323,7 @@ ${withStyle.errorWarning(`We've found duplicated unique constraint names in ${so
|
|
|
12323
12323
|
name,
|
|
12324
12324
|
tableFrom,
|
|
12325
12325
|
tableTo,
|
|
12326
|
-
schemaTo
|
|
12326
|
+
schemaTo,
|
|
12327
12327
|
columnsFrom,
|
|
12328
12328
|
columnsTo,
|
|
12329
12329
|
onDelete,
|
package/package.json
CHANGED
package/utils.js
CHANGED
|
@@ -12048,7 +12048,7 @@ ${withStyle.errorWarning(`We've found duplicated unique constraint names in ${so
|
|
|
12048
12048
|
name,
|
|
12049
12049
|
tableFrom,
|
|
12050
12050
|
tableTo,
|
|
12051
|
-
schemaTo
|
|
12051
|
+
schemaTo,
|
|
12052
12052
|
columnsFrom,
|
|
12053
12053
|
columnsTo,
|
|
12054
12054
|
onDelete,
|