Skip to content
  • Matt Baer's avatar
    Run migrations on db initialization · 771c7acf
    Matt Baer authored
    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.
    771c7acf