drizzle-kit 0.28.0-2796c1d → 0.28.0-2cb427f
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/api.js +1 -1
- package/api.mjs +1 -1
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/api.js
CHANGED
@@ -35739,7 +35739,7 @@ var init_insert3 = __esm({
|
|
35739
35739
|
/**
|
35740
35740
|
* Adds an `on duplicate key update` clause to the query.
|
35741
35741
|
*
|
35742
|
-
* Calling this method will update
|
35742
|
+
* Calling this method will update the row if any unique index conflicts. MySQL will automatically determine the conflict target based on the primary key and unique indexes.
|
35743
35743
|
*
|
35744
35744
|
* See docs: {@link https://orm.drizzle.team/docs/insert#on-duplicate-key-update}
|
35745
35745
|
*
|
package/api.mjs
CHANGED
@@ -35744,7 +35744,7 @@ var init_insert3 = __esm({
|
|
35744
35744
|
/**
|
35745
35745
|
* Adds an `on duplicate key update` clause to the query.
|
35746
35746
|
*
|
35747
|
-
* Calling this method will update
|
35747
|
+
* Calling this method will update the row if any unique index conflicts. MySQL will automatically determine the conflict target based on the primary key and unique indexes.
|
35748
35748
|
*
|
35749
35749
|
* See docs: {@link https://orm.drizzle.team/docs/insert#on-duplicate-key-update}
|
35750
35750
|
*
|
package/bin.cjs
CHANGED
@@ -89049,7 +89049,7 @@ init_utils2();
|
|
89049
89049
|
var version2 = async () => {
|
89050
89050
|
const { npmVersion } = await ormCoreVersions();
|
89051
89051
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
89052
|
-
const envVersion = "0.28.0-
|
89052
|
+
const envVersion = "0.28.0-2cb427f";
|
89053
89053
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
89054
89054
|
const versions = `drizzle-kit: ${kitVersion}
|
89055
89055
|
${ormVersion}`;
|