NimStoryFont icon indicating copy to clipboard operation
NimStoryFont copied to clipboard

Migrate sql migration tools

Open PhilippMDoerner opened this issue 7 months ago • 0 comments

Currently I use flyway to do sql migrations on the sqlite db. Instead of that, I can use https://github.com/golang-migrate/migrate?tab=readme-ov-file#cli-usage This allows for up and down migrations easily

Start from a clean-slate, so the current db_schema as the starting point

PhilippMDoerner avatar Apr 19 '25 17:04 PhilippMDoerner