salix/db/versions/11099-greenFern/00-firstScript.sql

3 lines
184 B
MySQL
Raw Permalink Normal View History

ALTER TABLE vn.client
CHANGE hasIncoterms hasIncoterms__ tinyint(1) DEFAULT 0 NOT NULL
COMMENT '@deprecated 2024-06-12 refs #7545 Received incoterms authorization from client';