Skip to content

Commit

Permalink
Limit PARK_SPACES to 9999999 (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored Feb 13, 2025
1 parent d75af3c commit 35ca7ff
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ALTER TABLE CalculationRule
ALTER COLUMN maxValue numeric(10,2) NULL


UPDATE CalculationRule SET
maxValue = 9999999
WHERE calculationId = 1 and code = 'PARK_SPACES'

0 comments on commit 35ca7ff

Please sign in to comment.