salix/db/versions/11334-grayRoebelini/00-firstScript.sql

3 lines
142 B
MySQL
Raw Normal View History

-- Place your SQL code here
ALTER TABLE vn.claimConfig ADD IF NOT EXISTS daysToClaim int(11) NOT NULL DEFAULT 7 COMMENT 'Dias para reclamar';