lastland / migrations

0 stars 0 forks source link

Sequential compilation #7

Closed lastland closed 9 years ago

lastland commented 9 years ago

The easiest way to do the migration would be running ~mg migrate in sbt under example directory.

Alternatively, users can use mg update to add the next migration file to src directory, and then use commands like preview, apply, codegen to simulate the database evolution manually.