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:
parent
e3fd6b4ff1
commit
0d33bc2933
14 changed files with 153 additions and 125 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,6 +22,5 @@ Pipfile.lock
|
|||
.env
|
||||
venv
|
||||
|
||||
database.sqlite3
|
||||
database.sqlite3*
|
||||
*.sqlite3
|
||||
.pyre*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue