salix/db/versions/.archive/10301-4415collectionNewPAK/00-productionConfig.sql

8 lines
417 B
SQL

-- Place your SQL code here
ALTER TABLE vn.productionConfig
ADD IF NOT EXISTS hasUniqueCollectionTime bool DEFAULT FALSE NOT NULL
COMMENT 'Determina si los tickets de una colección deben de tener la misma hora y minuto';
ALTER TABLE vn.productionConfig ADD maxCollectionWithoutUser INT DEFAULT 1 NOT NULL
COMMENT 'Número máximo de colecciones que pueden estar sin usuario, haciendo de caché....';