drizzle-kit 0.23.0-792e59f → 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 -6
- package/package.json +1 -1
- package/payload.js +1 -6
- package/payload.mjs +1 -6
package/bin.cjs
CHANGED
@@ -11183,12 +11183,7 @@ var init_common = __esm({
|
|
11183
11183
|
configMigrations = objectType({
|
11184
11184
|
table: stringType().optional(),
|
11185
11185
|
schema: stringType().optional(),
|
11186
|
-
prefix:
|
11187
|
-
literalType("index"),
|
11188
|
-
literalType("timestamp"),
|
11189
|
-
literalType("none"),
|
11190
|
-
literalType("supabase")
|
11191
|
-
]).optional().default("index")
|
11186
|
+
prefix: prefix.optional().default("index")
|
11192
11187
|
}).optional();
|
11193
11188
|
configCommonSchema = objectType({
|
11194
11189
|
dialect: dialect3,
|
package/package.json
CHANGED
package/payload.js
CHANGED
@@ -16154,12 +16154,7 @@ var init_common2 = __esm({
|
|
16154
16154
|
configMigrations = objectType({
|
16155
16155
|
table: stringType().optional(),
|
16156
16156
|
schema: stringType().optional(),
|
16157
|
-
prefix:
|
16158
|
-
literalType("index"),
|
16159
|
-
literalType("timestamp"),
|
16160
|
-
literalType("none"),
|
16161
|
-
literalType("supabase")
|
16162
|
-
]).optional().default("index")
|
16157
|
+
prefix: prefix.optional().default("index")
|
16163
16158
|
}).optional();
|
16164
16159
|
configCommonSchema = objectType({
|
16165
16160
|
dialect: dialect3,
|
package/payload.mjs
CHANGED
@@ -16160,12 +16160,7 @@ var init_common2 = __esm({
|
|
16160
16160
|
configMigrations = objectType({
|
16161
16161
|
table: stringType().optional(),
|
16162
16162
|
schema: stringType().optional(),
|
16163
|
-
prefix:
|
16164
|
-
literalType("index"),
|
16165
|
-
literalType("timestamp"),
|
16166
|
-
literalType("none"),
|
16167
|
-
literalType("supabase")
|
16168
|
-
]).optional().default("index")
|
16163
|
+
prefix: prefix.optional().default("index")
|
16169
16164
|
}).optional();
|
16170
16165
|
configCommonSchema = objectType({
|
16171
16166
|
dialect: dialect3,
|