drizzle-kit 0.22.7-1a36885 → 0.22.7-c146554
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/payload.js +1 -1
- package/payload.mjs +1 -1
package/bin.cjs
CHANGED
@@ -14436,7 +14436,7 @@ var init_cli = __esm({
|
|
14436
14436
|
breakpoints: booleanType().optional().default(true),
|
14437
14437
|
database: objectType({
|
14438
14438
|
prefix: prefix.optional().default("index")
|
14439
|
-
})
|
14439
|
+
}).optional()
|
14440
14440
|
}).passthrough();
|
14441
14441
|
configCheck = objectType({
|
14442
14442
|
dialect: dialect3.optional(),
|
package/package.json
CHANGED
package/payload.js
CHANGED
@@ -15922,7 +15922,7 @@ var init_cli = __esm({
|
|
15922
15922
|
breakpoints: booleanType().optional().default(true),
|
15923
15923
|
database: objectType({
|
15924
15924
|
prefix: prefix.optional().default("index")
|
15925
|
-
})
|
15925
|
+
}).optional()
|
15926
15926
|
}).passthrough();
|
15927
15927
|
configCheck = objectType({
|
15928
15928
|
dialect: dialect3.optional(),
|
package/payload.mjs
CHANGED
@@ -15927,7 +15927,7 @@ var init_cli = __esm({
|
|
15927
15927
|
breakpoints: booleanType().optional().default(true),
|
15928
15928
|
database: objectType({
|
15929
15929
|
prefix: prefix.optional().default("index")
|
15930
|
-
})
|
15930
|
+
}).optional()
|
15931
15931
|
}).passthrough();
|
15932
15932
|
configCheck = objectType({
|
15933
15933
|
dialect: dialect3.optional(),
|