salix/db/versions/.archive/10454-bronzeMoss/00-firstScript.sql

3 lines
196 B
SQL

ALTER TABLE vn.mdbConfig ADD chatDestionation varchar(255) NOT NULL COMMENT 'User (@) or channel (#) to send the message';
UPDATE vn.mdbConfig SET chatDestionation='#versiones-access' WHERE id=1;