Man, broken

This commit is contained in:
ben
2023-01-24 13:27:30 +00:00
parent e53ccb04ac
commit 274615f0b3
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ async def m009_create_tinyurl_table(db):
id TEXT PRIMARY KEY,
url TEXT,
endless BOOL NOT NULL DEFAULT false,
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now},
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now}
);
"""
)