fix postgres not showing payments

This commit is contained in:
Tiago vasconcelos
2021-08-05 08:57:50 -03:00
committed by fiatjaf
parent 0813adb70d
commit d582ee87e5
4 changed files with 8 additions and 890 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
async def m001_initial(db):
await db.execute(
"""
f"""
CREATE TABLE IF NOT EXISTS Services (
id INTEGER PRIMARY KEY AUTOINCREMENT,
id {db.serial_primary_key},
state TEXT NOT NULL,
twitchuser TEXT NOT NULL,
client_id TEXT NOT NULL,