salix/db/versions/.archive/10678-orangeMedeola/00-firstScript.sql

3 lines
193 B
MySQL
Raw Normal View History

ALTER TABLE vn.itemConfig ADD downloadMaxAttempts tinyint(3) DEFAULT NULL NULL COMMENT 'Intentos máximos para que se borre';
INSERT IGNORE INTO vn.itemConfig (downloadMaxAttempts) VALUES (3);