[FEATURE - Drizzle Seed]: Support for restart identity
when resetting a database
#3928
Open
1 task done
Labels
enhancement
New feature or request
Feature hasn't been suggested before.
Describe the enhancement you want to request
Currently, Drizzle doesn't support this directly and just using
cascade
option:drizzle-orm/drizzle-seed/src/index.ts
Line 493 in 04c9143
but in many cases you may also want to reset sequences, especially when combining
reset
andseed
features together, since seeding often relies on specific sequences.The text was updated successfully, but these errors were encountered: