GTBitsOfGood / juno

Juno is the Unified Infrastructure Platform for Developer Acceleration
7 stars 0 forks source link

Anthony/api key environment #54

Closed ahong75 closed 8 months ago

ahong75 commented 8 months ago

I couldn't figure out how to create a migration through Prisma CLI so I ended up just creating it manually. Unfortunately, in order to get the tests to run, I had to delete the line "yarn prisma migrate dev" from entrypoint.sh which shouldn't need to be done if the migration was auto generated I believe. Otherwise, I just hang at a certain point. I checked the logs and it seems this is because the terminal is prompting for a name for the migration. Also interestingly, if I had two of the same migrations, then the tests would also run fine. Sorry for the bad practice.