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;