Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Jul 18, 2024
1 parent 6a3e8d3 commit 9a741cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/mint/migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ async def m022_add_dlc_table(db: Database):
dlc_root TEXT NOT NULL,
settled BOOL NOT NULL DEFAULT FALSE,
funding_amount {db.big_int} NOT NULL,
debts MEDIUMTEXT,
debts TEXT,
UNIQUE (dlc_root),
CHECK (funding_amount > 0)
Expand Down

0 comments on commit 9a741cb

Please sign in to comment.