I already know I will be adding removing columns from table, this would be easier if I had some kind migration mechanism Simple version - [x] Map containing migrations scripts - [x] Before API starts check latest script applied in database - [x] Check map if there is a newer script - [x] If so apply script to database - [x] Add applied script to database - [x] Continue starting api
I already know I will be adding removing columns from table, this would be easier if I had some kind migration mechanism
Simple version