migration working
This commit is contained in:
parent
e161c5d116
commit
c91b5031bf
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ async def m003_add_id_and_tag(db):
|
||||||
tag,
|
tag,
|
||||||
alias
|
alias
|
||||||
)
|
)
|
||||||
VALUES (?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?)
|
||||||
""",
|
""",
|
||||||
(urlsafe_short_hash(), row[0], row[1], row[2], '', row[3]),
|
(urlsafe_short_hash(), row[0], row[1], row[2], '', row[3]),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue