refactor: improve database migrations

This commit is contained in:
Eneko Illarramendi
2020-04-16 20:58:16 +02:00
parent 6651122bb6
commit 490e166f75
17 changed files with 192 additions and 119 deletions
+5
View File
@@ -0,0 +1,5 @@
from lnbits.db import open_ext_db
def migrate():
print("pending")
-1
View File
@@ -1 +0,0 @@
/* create your extensions table and the variables needed here */