fix: refs #7031 remove check

This commit is contained in:
Carlos Satorres 2024-12-04 12:33:17 +01:00
parent fcaf854c87
commit fad6f33b7c
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `zone` MODIFY COLUMN `price` DECIMAL(10,2) NOT NULL DEFAULT 0.00 CHECK (`price` > 0);