play-slick
play-slick copied to clipboard
Generate migration script incrementally?
play-slick seems only able to generate an initial SQL script..
For example, after it generates 1.sql, if I make a change to that slick Table, as I known, play-slick seems only able to regenerate a new 1.sql instead of append a 2.sql to the evolution..
This looks not very convenient because it will drop current table and clean all existing rows.. Would it be possible for play-slick to generate a new SQL script?
No, not possible at the moment