salix/db/versions/11132-aquaDracena/00-firstScript.sql

5 lines
195 B
MySQL
Raw Normal View History

INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
VALUES ('Sustitución','substitution',0);
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;