drizzle-kit 0.19.7 → 0.19.8-eb00db6

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 (2) hide show
  1. package/index.cjs +5 -2
  2. package/package.json +2 -2
package/index.cjs CHANGED
@@ -11836,6 +11836,9 @@ We have encountered a collision between the index name on columns ${source_defau
11836
11836
  for (const tableToPkRow of tableToPkRows) {
11837
11837
  const tableName = tableToPkRow["TABLE_NAME"];
11838
11838
  const columnName = tableToPkRow["COLUMN_NAME"];
11839
+ if (typeof result[tableName] === "undefined") {
11840
+ continue;
11841
+ }
11839
11842
  if (typeof tableToPk[tableName] === "undefined") {
11840
11843
  tableToPk[tableName] = [columnName];
11841
11844
  } else {
@@ -51971,7 +51974,7 @@ init_source();
51971
51974
  // package.json
51972
51975
  var package_default = {
51973
51976
  name: "drizzle-kit",
51974
- version: "0.19.7",
51977
+ version: "0.19.8",
51975
51978
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
51976
51979
  author: "Drizzle Team",
51977
51980
  license: "MIT",
@@ -52023,7 +52026,7 @@ var package_default = {
52023
52026
  ]
52024
52027
  },
52025
52028
  dependencies: {
52026
- "@drizzle-team/studio": "^0.0.1",
52029
+ "@drizzle-team/studio": "^0.0.3",
52027
52030
  "@esbuild-kit/esm-loader": "^2.5.5",
52028
52031
  camelcase: "^7.0.1",
52029
52032
  chalk: "^5.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.19.7",
3
+ "version": "0.19.8-eb00db6",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  ]
53
53
  },
54
54
  "dependencies": {
55
- "@drizzle-team/studio": "^0.0.1",
55
+ "@drizzle-team/studio": "^0.0.3",
56
56
  "@esbuild-kit/esm-loader": "^2.5.5",
57
57
  "camelcase": "^7.0.1",
58
58
  "chalk": "^5.2.0",