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
bug: currently, inserting data to a column with the serial type, drizzle seed doesn't seem to actually sync the sequence properly, causing data that's inserted after the seed to have a duplicate key issue.
reproduce:
simply seed a table with a serial primary key with some data, then try and insert some more data after the seed.
desired result:
drizzle seed should keep the serial sequence in sync.
The text was updated successfully, but these errors were encountered:
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.3
What version of
drizzle-kit
are you using?0.30.1
Other packages
[email protected]
Describe the Bug
bug: currently, inserting data to a column with the serial type, drizzle seed doesn't seem to actually sync the sequence properly, causing data that's inserted after the seed to have a duplicate key issue.
reproduce:
simply seed a table with a serial primary key with some data, then try and insert some more data after the seed.
desired result:
drizzle seed should keep the serial sequence in sync.
The text was updated successfully, but these errors were encountered: