Skip to content

Commit

Permalink
to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Feb 10, 2024
1 parent 6c45801 commit ab53443
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 @@ -114,4 +114,4 @@ async def m008_atm_time_option_and_pin_toggle(db):
Add a time mins/sec and pin toggle
"""
await db.execute("ALTER TABLE tpos.pos ADD COLUMN withdrawtimeopt TEXT DEFAULT 'mins';")
await db.execute("ALTER TABLE tpos.pos ADD COLUMN withdrawpindisabled BOOLEAN NOT NULL DEFAULT false;")
await db.execute("ALTER TABLE tpos.pos ADD COLUMN withdrawpindisabled BOOL NOT NULL DEFAULT false;")

0 comments on commit ab53443

Please sign in to comment.