libterty
Results
2
issues of
libterty
## Issue Description When I try to run migration the orm didn't detect that the same migration has already been generated and executed before. ### Expected Behavior Expect orm could...
bug
requires triage
## Issue Description ### Expected Behavior Migration should not be re-generate if view hasn't changed ### Actual Behavior All view created again during different migration ```javascript await queryRunner.query(...) await queryRunner.query(`CREATE...
bug
requires triage