diff --git a/capsulflask/db.py b/capsulflask/db.py index 7e93f61..b8575fc 100644 --- a/capsulflask/db.py +++ b/capsulflask/db.py @@ -40,7 +40,7 @@ def init_app(app): hasSchemaVersionTable = False actionWasTaken = False schemaVersion = 0 - desiredSchemaVersion = 5 + desiredSchemaVersion = 6 cursor = connection.cursor()