Commit c441df62 authored by Cristian Mauricio Diaz Canales's avatar Cristian Mauricio Diaz Canales 💬

Merge branch 'cambios' into 'master'

Cambios

See merge request jcarrill/intelsecuritymovistar!5
parents fd3badf8 b5ca6237
CREATE TABLE `intelsecuritymovistar`.`campaign` ( `id` INT NOT NULL , `message` TEXT NOT NULL , `status` TINYINT(1) NOT NULL DEFAULT '0' ) ENGINE = InnoDB;
ALTER TABLE `campaign` ADD PRIMARY KEY( `id`);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment