-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not create any data in db #110
Comments
Try updating
|
You can also use .env. Make sure you list paths to dist/build folder. |
I am running into the same issue as you, have you solved it yet ? |
@quangdvn Hi, have you tried my approach above? |
I didnt solve this issue, just gave up cuz i had to complete the tech test. To create sees i just create a new migration:
and the fake values come from this:
|
I'm trying to use it to populate a postgres DB but it does not work.
here's my script:
My ormconfig.json:
My factor and my seed:
Seed:
When i run seed:run it works doenst show me any error but dont create any data on db
The text was updated successfully, but these errors were encountered: