Skip to content

Commit

Permalink
fix: sqlite migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Nov 28, 2024
1 parent c61cc82 commit 49a064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ async def m003_id_as_text(db):
"UPDATE offlineshop.items SET price = price / 100 WHERE unit != 'sats';"
)
await db.execute("DROP TABLE offlineshop.old_item;")
await db.execute("DROP TABLE offlineshop.old_shop CASCADE;")
await db.execute("DROP TABLE offlineshop.old_shop;")

0 comments on commit 49a064d

Please sign in to comment.