Fork me on GitHub
#luminus
<
2016-04-27
>
plexus12:04:01

migrations can be run either with lein migratus or with lein run migrate. What's the reason for the second version? Is it to have a consistent interface when using some other migration library?

surreal.analysis21:04:33

@plexus: the main reason is if you don’t have access to leiningen

surreal.analysis21:04:58

For example, if you compile your luminus app to a jar, you can then run a migration with ./my-luminus.jar migrate