Skip to content

Commit

Permalink
integer cast
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Dec 13, 2024
1 parent 22348fa commit 8baf501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stores/sql/sqlite/migrations/main/migration_00034_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ SET
JSON_REPLACE (
value,
'$.minAccountExpiry',
newMinAccountExpiry,
CAST(newMinAccountExpiry AS INTEGER),
'$.minPriceTableValidity',
newMinPriceTableValidity
CAST(newMinPriceTableValidity AS INTEGER)
)
FROM
(
Expand Down

0 comments on commit 8baf501

Please sign in to comment.