migration working

This commit is contained in:
ben 2022-12-13 20:17:52 +00:00
parent e161c5d116
commit c91b5031bf

View file

@ -90,7 +90,7 @@ async def m003_add_id_and_tag(db):
tag,
alias
)
VALUES (?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?)
""",
(urlsafe_short_hash(), row[0], row[1], row[2], '', row[3]),
)