Starting v1.2.6 `database.generateId = false` still inserts Id into the verification table
On v1.2.6 onward (was working in v1.2.5), when setting
database.generateId = false
Id is still being generated for the verification table.
I'm using pg with kysely-postgres-js
1 Reply
use
database.advanced.generateId
instead