Switching between single and composite primary keys

I have resolved this by nuking my database and all migrations then recreating, but I ran into this error when changing the nature of primary keys. It also wouldn't let me remove the table by way of migration.
TypeError: Cannot read properties of undefined (reading 'compositePrimaryKeys')
    at .../node_modules/drizzle-kit/bin.cjs:27627:67

consider this a bug report, not a cry for help.
Was this page helpful?