After seeding the database and a new user or package is created I get a validation error.
I think it has to do with the way I set up seeding Networks and Packages with ids.
When creating a new network or package with sequelize it provides an id without taking in consideration the ones seeded and because the id is not unique this causes and error.
I need to investigate farther and adjust the seeding method.
After seeding the database and a new user or package is created I get a validation error.
I think it has to do with the way I set up seeding Networks and Packages with ids.
When creating a new network or package with sequelize it provides an id without taking in consideration the ones seeded and because the id is not unique this causes and error.
I need to investigate farther and adjust the seeding method.