Skip to content

Commit f967f9b

Browse files
committed
fix(database): use SQLAlchemy database to fit new version of OGW-Microservice
1 parent 496d4b9 commit f967f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/app_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Third party imports
66
# Local application imports
77

8-
DATABASE_FILENAME = "project.db" # Should be declared only once.
8+
DATABASE_FILENAME = "project.db"
99

1010

1111
class Config(object):

0 commit comments

Comments
 (0)