Run migrations on db initialization
This makes it so we can keep all schema changes in the migrations
module, instead of adding them there *and* in the schema files. It
fixes #92 and should prevent these kinds of issues in the future.
Run migrations on db initialization Tags None Subscribers None
Description
Details
|