All Questions
1 question
0
votes
2
answers
1k
views
Sequelize queryInterface bulkDelete does not reset id sequence
I use pg_dump to make a copy of the database, copy1.sql.
I run an up migration to create a new instance
up: asyn (queryInterface) => {
return await queryInterface.bulkInsert('keys', [{ clientKey: ...