William Jelgren
William Jelgren
Okay thank you. I ended up collecting the garbage for x amount of loops, and it helped a lot on memory usage. Thanks! This should probably be documented somewhere😊
Hi! I'm currently in the same situation as @bennichols. Can you provide an example of how to achieve the above? When looking through the docs, I really don't see any...
To add to this, Flyway does something like that in the form of e.g. `V1_0__create_some_table.sql` or `V3_2__modify_an_old_table.sql`. This also helps ordering scripts when developing, so it's easier to name them...