Add db upgrade step

This commit is contained in:
Ben Goldsworthy 2020-11-18 23:01:18 +00:00
parent a3923b7f6f
commit 3501138074
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ needed initially.
To upgrade the database after making changes to commit:
1. Increment the `$VERSION` number in `lib/Pear/LocalLoop/Schema.pm`
1. `./script/deploy_db write_ddl -c 'dbi:SQLite:dbname=foodloop.db'`
1. `./script/deploy_db upgrade -c 'dbi:SQLite:dbname=foodloop.db'`