merge main

This commit is contained in:
callebtc
2022-12-02 11:23:20 +01:00
169 changed files with 8659 additions and 1466 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async def m001_initial(db):
f"""
CREATE TABLE IF NOT EXISTS apipayments (
payhash TEXT NOT NULL,
amount INTEGER NOT NULL,
amount {db.big_int} NOT NULL,
fee INTEGER NOT NULL DEFAULT 0,
wallet TEXT NOT NULL,
pending BOOLEAN NOT NULL,