sleeve_shirtholes
sleeve_shirtholes
@djhvscf, any updates on the fix for this?
I also got the migrations to work but only by compiling my code and using .js data-source file. I still can't get the migrations to work using the .ts files....
@msalsbery @kylevillegas93 So I just tried both suggestions and still can't get migrations to work with the .ts file. Here is my .ts file: ``` import { DataSource } from...
@msalsbery I am getting this error now when running the following command: Error: `env: can't execute 'node --require ts-node/register': No such file or directory` Command: `npm run typeorm -- migration:generate...
@msalsbery Yea thats the weird thing...I have ts-node installed. I also confirmed that ts-node is in my node_modules folder and it is there. Not sure why I am getting this...
@msalsbery Ok...it does look like its the container that is the issue. I ran the command outside the container and everything worked fine. Thanks for your help!
@dziraf, great that resolved the output that I was getting but it still isn't logging anything. Is there something else that I am missing that needs to be added? Here...
I am still getting this error even after adding in the org.flywaydb:flyway-database-postgresql dependency. Please help: build.gradle ``` plugins { id 'java' id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' version '1.1.5' id...
@argaen, did you find a resolution to this?