You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Without this "hack" we get a "bigint" error when using JSON.stringify,
* since drizzle-kit uses JSON.stringify to generate the migration files.
*
* The error:
* TypeError: Do not know how to serialize a BigInt
* at JSON.stringify (<anonymous>)
* at diffSchemasOrTables (/home/overlordyorch/Development/igniter/node_modules/.pnpm/drizzle-kit@0.31.4/node_modules/drizzle-kit/bin.cjs:23884:27)
* at applyPgSnapshotsDiff (/home/overlordyorch/Development/igniter/node_modules/.pnpm/drizzle-kit@0.31.4/node_modules/drizzle-kit/bin.cjs:29898:26)
* at async prepareAndMigratePg (/home/overlordyorch/Development/igniter/node_modules/.pnpm/drizzle-kit@0.31.4/node_modules/drizzle-kit/bin.cjs:33887:42)
* at async Object.handler (/home/overlordyorch/Development/igniter/node_modules/.pnpm/drizzle-kit@0.31.4/node_modules/drizzle-kit/bin.cjs:93575:7)
* at async run (/home/overlordyorch/Development/igniter/node_modules/.pnpm/drizzle-kit@0.31.4/node_modules/drizzle-kit/bin.cjs:93059:7)