salix/db/versions/11064-grayMedeola/00-firstScript.sql

6 lines
205 B
MySQL
Raw Permalink Normal View History

2024-05-22 10:23:33 +00:00
-- Place your SQL code here
USE vn;
2024-06-07 14:29:51 +00:00
ALTER TABLE vn.productionConfig ADD itemOlderReviewHours int(11) DEFAULT 0 NOT NULL COMMENT 'Horas que se tienen en cuenta para comprobar si un ítem es más viejo.';