Changeset 255 in code for trunk/README.md


Ignore:
Timestamp:
Apr 10, 2020, 8:45:02 PM (5 years ago)
Author:
contact
Message:

Set up DB migration infrastructure

The database is now initialized automatically on first run. The schema
version is stored in SQLite's user_version special field. Migrations are
stored in an array and applied based on the schema version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r189 r255  
    1111## Usage
    1212
    13     sqlite3 soju.db <schema.sql
    1413    go run ./cmd/sojuctl create-user <username>
    1514    go run ./cmd/soju
Note: See TracChangeset for help on using the changeset viewer.