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.
Files changed (3) hide show
  1. package/bin.cjs +1 -1
  2. package/package.json +1 -1
  3. 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: schemaTo ?? "public",
12326
+ schemaTo,
12327
12327
  columnsFrom,
12328
12328
  columnsTo,
12329
12329
  onDelete,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.12-259715f",
3
+ "version": "0.20.12-3e02b6e",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
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: schemaTo ?? "public",
12051
+ schemaTo,
12052
12052
  columnsFrom,
12053
12053
  columnsTo,
12054
12054
  onDelete,