From dd933e5ac121988cde1741f3ce1dbae3b0e71dd4 Mon Sep 17 00:00:00 2001 From: DJ Tyree <djtyree@alumni.clemson.edu> Date: Fri, 7 Apr 2017 15:36:05 -0400 Subject: [PATCH] updated to v1.3.1 --- README.md | 2 +- config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ccba54..038cf4a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ FLOC provides multiple REST endpoints to retrieve data. Current Database Schema ----------------------- -###### Version: 1.4.0 +###### Version: 1.3.1  Install Tips diff --git a/config.py b/config.py index 2ce47bc..b66c577 100644 --- a/config.py +++ b/config.py @@ -36,7 +36,7 @@ ALLOWED_EXTENSIONS = set(['.json', '.txt']) #database variables -SCHEMA_VERSION = "1.4.0" +SCHEMA_VERSION = "1.3.1" SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(BASE_DIR, 'app.db?check_same_thread=False') SQLALCHEMY_MIGRATE_REPO = os.path.join(BASE_DIR, 'db_repository') SQLALCHEMY_TRACK_MODIFICATIONS = False -- GitLab