refactor: remove databases from code an use schemas instead
All databases are now saved together in the same LNBITS_DATA_FOLDER. Extensions have to define a schema.yml file for creating the necessary database.
This commit is contained in:
+1
-2
@@ -22,6 +22,5 @@ Pipfile.lock
|
||||
.env
|
||||
venv
|
||||
|
||||
database.sqlite3
|
||||
database.sqlite3*
|
||||
*.sqlite3
|
||||
.pyre*
|
||||
|
||||
Reference in New Issue
Block a user