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