juxt / joplin

Flexible datastore migration and seeding for Clojure projects
Eclipse Public License 1.0
316 stars 49 forks source link

Migration generation #80

Closed ghost closed 8 years ago

ghost commented 8 years ago

Is there any helper or a way to generate migration with timestamp within the lib ? Or we have to have our own util script to do it in shell ?

Thanks

martintrojer commented 8 years ago

@rhacker Yes there is create-migration functions.

See example project; https://github.com/juxt/joplin/blob/master/example/src/migrate.clj#L33-L34

ghost commented 8 years ago

oh nice, didn't notice that. Thanks for pointing out :)