drizzle-kit 0.27.0 → 0.27.1-cfa88dd
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 +47601 -47601
- package/package.json +4 -1
package/api.js
CHANGED
@@ -17520,6 +17520,7 @@ var init_snapshotsDiffer = __esm({
|
|
17520
17520
|
jsonStatements.push(...jsonCreatedCheckConstraints);
|
17521
17521
|
jsonStatements.push(...jsonAlteredUniqueConstraints);
|
17522
17522
|
jsonStatements.push(...jsonAlterEnumsWithDroppedValues);
|
17523
|
+
jsonStatements.push(...createViews);
|
17523
17524
|
jsonStatements.push(...jsonRenamePoliciesStatements);
|
17524
17525
|
jsonStatements.push(...jsonDropPoliciesStatements);
|
17525
17526
|
jsonStatements.push(...jsonCreatePoliciesStatements);
|
@@ -17528,7 +17529,6 @@ var init_snapshotsDiffer = __esm({
|
|
17528
17529
|
jsonStatements.push(...jsonDropIndPoliciesStatements);
|
17529
17530
|
jsonStatements.push(...jsonCreateIndPoliciesStatements);
|
17530
17531
|
jsonStatements.push(...jsonAlterIndPoliciesStatements);
|
17531
|
-
jsonStatements.push(...createViews);
|
17532
17532
|
jsonStatements.push(...dropEnums);
|
17533
17533
|
jsonStatements.push(...dropSequences);
|
17534
17534
|
jsonStatements.push(...dropSchemas);
|
package/api.mjs
CHANGED
@@ -17525,6 +17525,7 @@ var init_snapshotsDiffer = __esm({
|
|
17525
17525
|
jsonStatements.push(...jsonCreatedCheckConstraints);
|
17526
17526
|
jsonStatements.push(...jsonAlteredUniqueConstraints);
|
17527
17527
|
jsonStatements.push(...jsonAlterEnumsWithDroppedValues);
|
17528
|
+
jsonStatements.push(...createViews);
|
17528
17529
|
jsonStatements.push(...jsonRenamePoliciesStatements);
|
17529
17530
|
jsonStatements.push(...jsonDropPoliciesStatements);
|
17530
17531
|
jsonStatements.push(...jsonCreatePoliciesStatements);
|
@@ -17533,7 +17534,6 @@ var init_snapshotsDiffer = __esm({
|
|
17533
17534
|
jsonStatements.push(...jsonDropIndPoliciesStatements);
|
17534
17535
|
jsonStatements.push(...jsonCreateIndPoliciesStatements);
|
17535
17536
|
jsonStatements.push(...jsonAlterIndPoliciesStatements);
|
17536
|
-
jsonStatements.push(...createViews);
|
17537
17537
|
jsonStatements.push(...dropEnums);
|
17538
17538
|
jsonStatements.push(...dropSequences);
|
17539
17539
|
jsonStatements.push(...dropSchemas);
|