drizzle-kit 0.24.2-b921e79 → 0.24.2-cd1f68c
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.d.mts +6 -6
- package/api.d.ts +6 -6
- package/api.js +84482 -14731
- package/api.mjs +84479 -14731
- package/bin.cjs +65706 -64362
- package/index.d.mts +6 -4
- package/index.d.ts +6 -4
- package/package.json +3 -3
- package/utils.js +44 -17
- package/utils.mjs +42 -17
    
        package/api.d.mts
    CHANGED
    
    | @@ -65,14 +65,14 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 65 65 | 
             
                        isUnique: boolean;
         | 
| 66 66 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 67 67 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 68 | 
            -
                        lock?: " | 
| 68 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 69 69 | 
             
                    }, {
         | 
| 70 70 | 
             
                        name: string;
         | 
| 71 71 | 
             
                        columns: string[];
         | 
| 72 72 | 
             
                        isUnique: boolean;
         | 
| 73 73 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 74 74 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 75 | 
            -
                        lock?: " | 
| 75 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 76 76 | 
             
                    }>>;
         | 
| 77 77 | 
             
                    foreignKeys: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
         | 
| 78 78 | 
             
                        name: zod.ZodString;
         | 
| @@ -140,7 +140,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 140 140 | 
             
                        isUnique: boolean;
         | 
| 141 141 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 142 142 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 143 | 
            -
                        lock?: " | 
| 143 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 144 144 | 
             
                    }>;
         | 
| 145 145 | 
             
                    foreignKeys: Record<string, {
         | 
| 146 146 | 
             
                        name: string;
         | 
| @@ -180,7 +180,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 180 180 | 
             
                        isUnique: boolean;
         | 
| 181 181 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 182 182 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 183 | 
            -
                        lock?: " | 
| 183 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 184 184 | 
             
                    }>;
         | 
| 185 185 | 
             
                    foreignKeys: Record<string, {
         | 
| 186 186 | 
             
                        name: string;
         | 
| @@ -293,7 +293,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 293 293 | 
             
                        isUnique: boolean;
         | 
| 294 294 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 295 295 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 296 | 
            -
                        lock?: " | 
| 296 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 297 297 | 
             
                    }>;
         | 
| 298 298 | 
             
                    foreignKeys: Record<string, {
         | 
| 299 299 | 
             
                        name: string;
         | 
| @@ -355,7 +355,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 355 355 | 
             
                        isUnique: boolean;
         | 
| 356 356 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 357 357 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 358 | 
            -
                        lock?: " | 
| 358 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 359 359 | 
             
                    }>;
         | 
| 360 360 | 
             
                    foreignKeys: Record<string, {
         | 
| 361 361 | 
             
                        name: string;
         | 
    
        package/api.d.ts
    CHANGED
    
    | @@ -65,14 +65,14 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 65 65 | 
             
                        isUnique: boolean;
         | 
| 66 66 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 67 67 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 68 | 
            -
                        lock?: " | 
| 68 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 69 69 | 
             
                    }, {
         | 
| 70 70 | 
             
                        name: string;
         | 
| 71 71 | 
             
                        columns: string[];
         | 
| 72 72 | 
             
                        isUnique: boolean;
         | 
| 73 73 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 74 74 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 75 | 
            -
                        lock?: " | 
| 75 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 76 76 | 
             
                    }>>;
         | 
| 77 77 | 
             
                    foreignKeys: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
         | 
| 78 78 | 
             
                        name: zod.ZodString;
         | 
| @@ -140,7 +140,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 140 140 | 
             
                        isUnique: boolean;
         | 
| 141 141 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 142 142 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 143 | 
            -
                        lock?: " | 
| 143 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 144 144 | 
             
                    }>;
         | 
| 145 145 | 
             
                    foreignKeys: Record<string, {
         | 
| 146 146 | 
             
                        name: string;
         | 
| @@ -180,7 +180,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 180 180 | 
             
                        isUnique: boolean;
         | 
| 181 181 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 182 182 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 183 | 
            -
                        lock?: " | 
| 183 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 184 184 | 
             
                    }>;
         | 
| 185 185 | 
             
                    foreignKeys: Record<string, {
         | 
| 186 186 | 
             
                        name: string;
         | 
| @@ -293,7 +293,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 293 293 | 
             
                        isUnique: boolean;
         | 
| 294 294 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 295 295 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 296 | 
            -
                        lock?: " | 
| 296 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 297 297 | 
             
                    }>;
         | 
| 298 298 | 
             
                    foreignKeys: Record<string, {
         | 
| 299 299 | 
             
                        name: string;
         | 
| @@ -355,7 +355,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{ | |
| 355 355 | 
             
                        isUnique: boolean;
         | 
| 356 356 | 
             
                        using?: "btree" | "hash" | undefined;
         | 
| 357 357 | 
             
                        algorithm?: "default" | "inplace" | "copy" | undefined;
         | 
| 358 | 
            -
                        lock?: " | 
| 358 | 
            +
                        lock?: "none" | "default" | "shared" | "exclusive" | undefined;
         | 
| 359 359 | 
             
                    }>;
         | 
| 360 360 | 
             
                    foreignKeys: Record<string, {
         | 
| 361 361 | 
             
                        name: string;
         |