drizzle-kit 0.22.0-7a041f3 → 0.22.0-a8a3158
Sign up to get free protection for your applications and to get access to all the features.
- package/bin.cjs +12089 -19666
- package/index.d.mts +7 -12
- package/index.d.ts +7 -12
- package/package.json +8 -8
- package/payload.d.mts +40 -122
- package/payload.d.ts +40 -122
- package/payload.js +4179 -13045
- package/payload.mjs +4262 -13074
- package/utils-studio.js +7989 -0
- package/utils-studio.mjs +8024 -0
- package/utils.js +2 -23
- package/utils.mjs +2 -23
package/utils.js
CHANGED
@@ -4914,16 +4914,7 @@ var kitInternals = objectType({
|
|
4914
4914
|
objectType({ isDefaultAnExpression: booleanType().optional() }).optional()
|
4915
4915
|
)
|
4916
4916
|
}).optional()
|
4917
|
-
)
|
4918
|
-
indexes: recordType(
|
4919
|
-
stringType(),
|
4920
|
-
objectType({
|
4921
|
-
columns: recordType(
|
4922
|
-
stringType(),
|
4923
|
-
objectType({ isExpression: booleanType().optional() }).optional()
|
4924
|
-
)
|
4925
|
-
}).optional()
|
4926
|
-
).optional()
|
4917
|
+
)
|
4927
4918
|
}).optional();
|
4928
4919
|
var dialect = literalType("mysql");
|
4929
4920
|
var schemaHash = objectType({
|
@@ -5404,17 +5395,6 @@ var schemaInternalV52 = objectType({
|
|
5404
5395
|
columns: recordType(stringType(), stringType())
|
5405
5396
|
})
|
5406
5397
|
}).strict();
|
5407
|
-
var kitInternals3 = objectType({
|
5408
|
-
indexes: recordType(
|
5409
|
-
stringType(),
|
5410
|
-
objectType({
|
5411
|
-
columns: recordType(
|
5412
|
-
stringType(),
|
5413
|
-
objectType({ isExpression: booleanType().optional() }).optional()
|
5414
|
-
)
|
5415
|
-
}).optional()
|
5416
|
-
).optional()
|
5417
|
-
}).optional();
|
5418
5398
|
var latestVersion = literalType("6");
|
5419
5399
|
var schemaInternal2 = objectType({
|
5420
5400
|
version: latestVersion,
|
@@ -5424,8 +5404,7 @@ var schemaInternal2 = objectType({
|
|
5424
5404
|
_meta: objectType({
|
5425
5405
|
tables: recordType(stringType(), stringType()),
|
5426
5406
|
columns: recordType(stringType(), stringType())
|
5427
|
-
})
|
5428
|
-
internal: kitInternals3
|
5407
|
+
})
|
5429
5408
|
}).strict();
|
5430
5409
|
var schemaV32 = schemaInternalV32.merge(schemaHash3).strict();
|
5431
5410
|
var schemaV42 = schemaInternalV42.merge(schemaHash3).strict();
|
package/utils.mjs
CHANGED
@@ -4904,16 +4904,7 @@ var kitInternals = objectType({
|
|
4904
4904
|
objectType({ isDefaultAnExpression: booleanType().optional() }).optional()
|
4905
4905
|
)
|
4906
4906
|
}).optional()
|
4907
|
-
)
|
4908
|
-
indexes: recordType(
|
4909
|
-
stringType(),
|
4910
|
-
objectType({
|
4911
|
-
columns: recordType(
|
4912
|
-
stringType(),
|
4913
|
-
objectType({ isExpression: booleanType().optional() }).optional()
|
4914
|
-
)
|
4915
|
-
}).optional()
|
4916
|
-
).optional()
|
4907
|
+
)
|
4917
4908
|
}).optional();
|
4918
4909
|
var dialect = literalType("mysql");
|
4919
4910
|
var schemaHash = objectType({
|
@@ -5394,17 +5385,6 @@ var schemaInternalV52 = objectType({
|
|
5394
5385
|
columns: recordType(stringType(), stringType())
|
5395
5386
|
})
|
5396
5387
|
}).strict();
|
5397
|
-
var kitInternals3 = objectType({
|
5398
|
-
indexes: recordType(
|
5399
|
-
stringType(),
|
5400
|
-
objectType({
|
5401
|
-
columns: recordType(
|
5402
|
-
stringType(),
|
5403
|
-
objectType({ isExpression: booleanType().optional() }).optional()
|
5404
|
-
)
|
5405
|
-
}).optional()
|
5406
|
-
).optional()
|
5407
|
-
}).optional();
|
5408
5388
|
var latestVersion = literalType("6");
|
5409
5389
|
var schemaInternal2 = objectType({
|
5410
5390
|
version: latestVersion,
|
@@ -5414,8 +5394,7 @@ var schemaInternal2 = objectType({
|
|
5414
5394
|
_meta: objectType({
|
5415
5395
|
tables: recordType(stringType(), stringType()),
|
5416
5396
|
columns: recordType(stringType(), stringType())
|
5417
|
-
})
|
5418
|
-
internal: kitInternals3
|
5397
|
+
})
|
5419
5398
|
}).strict();
|
5420
5399
|
var schemaV32 = schemaInternalV32.merge(schemaHash3).strict();
|
5421
5400
|
var schemaV42 = schemaInternalV42.merge(schemaHash3).strict();
|