db push error

Im getting this error whenever i try to push updated schema to supabase

const onUpdate = fk4.update_rule.toLowerCase();
^

TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at /home/thamsanqaj/Garage/my-app/node_modules/.pnpm/drizzle-kit@0.22.6/node_modules/drizzle-kit/bin.cjs:21701:48
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v20.7.0
Was this page helpful?