drizzle-kit 0.23.0-b9c41b5 → 0.23.0-c31ad13
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
@@ -11183,7 +11183,7 @@ var init_common = __esm({
|
|
11183
11183
|
configMigrations = objectType({
|
11184
11184
|
table: stringType().optional(),
|
11185
11185
|
schema: stringType().optional(),
|
11186
|
-
prefix:
|
11186
|
+
prefix: prefix.optional().default("index")
|
11187
11187
|
}).optional();
|
11188
11188
|
configCommonSchema = objectType({
|
11189
11189
|
dialect: dialect3,
|
package/package.json
CHANGED
package/payload.js
CHANGED
@@ -16154,7 +16154,7 @@ var init_common2 = __esm({
|
|
16154
16154
|
configMigrations = objectType({
|
16155
16155
|
table: stringType().optional(),
|
16156
16156
|
schema: stringType().optional(),
|
16157
|
-
prefix:
|
16157
|
+
prefix: prefix.optional().default("index")
|
16158
16158
|
}).optional();
|
16159
16159
|
configCommonSchema = objectType({
|
16160
16160
|
dialect: dialect3,
|
package/payload.mjs
CHANGED
@@ -16160,7 +16160,7 @@ var init_common2 = __esm({
|
|
16160
16160
|
configMigrations = objectType({
|
16161
16161
|
table: stringType().optional(),
|
16162
16162
|
schema: stringType().optional(),
|
16163
|
-
prefix:
|
16163
|
+
prefix: prefix.optional().default("index")
|
16164
16164
|
}).optional();
|
16165
16165
|
configCommonSchema = objectType({
|
16166
16166
|
dialect: dialect3,
|