Skip to content

v0.2.0

Latest

Choose a tag to compare

@dittops dittops released this 05 Mar 11:43
· 9 commits to main since this release

Bug fix

  • Fix schema initialization for existing databases — The user_id column migration on the projects table was running
    after the index creation, causing no such column: user_id errors on first run with a pre-existing database. Migration
    now runs before the index.

Full Changelog: 0.1.0...0.2.0