salix/db/versions/.archive/10337-orangePalmetto/00-firstScript.sql

3 lines
115 B
MySQL
Raw Normal View History

ALTER TABLE vn.ledgerConfig ADD maxTolerance decimal(10,2) NOT NULL;
UPDATE vn.ledgerConfig
SET maxTolerance=0.05;