Skip to content
Snippets Groups Projects
Commit dd933e5a authored by DJ Tyree's avatar DJ Tyree
Browse files

updated to v1.3.1

parent 619750ab
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ FLOC provides multiple REST endpoints to retrieve data. ...@@ -46,7 +46,7 @@ FLOC provides multiple REST endpoints to retrieve data.
Current Database Schema Current Database Schema
----------------------- -----------------------
###### Version: 1.4.0 ###### Version: 1.3.1
![U-CTF Database Schema](database_schema.PNG) ![U-CTF Database Schema](database_schema.PNG)
Install Tips Install Tips
......
...@@ -36,7 +36,7 @@ ALLOWED_EXTENSIONS = set(['.json', '.txt']) ...@@ -36,7 +36,7 @@ ALLOWED_EXTENSIONS = set(['.json', '.txt'])
#database variables #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_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_MIGRATE_REPO = os.path.join(BASE_DIR, 'db_repository')
SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_TRACK_MODIFICATIONS = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment