Refactors database related files-create queries moved to schema.py

This commit is contained in:
Oleg Silkin 2019-07-31 01:56:04 -04:00
parent cdbfbfef8d
commit be281f66d0

View file

@ -1,6 +1,5 @@
{
"PATH": {
"SCHEMA": "src/schema/comments_ddl.sql",
"DATABASE": "database/comments.db",
"ERROR_LOG": "logs/error.log",
"DEBUG_LOG": "logs/debug.log",