Page 1 of 1

additions to commands table

Posted: Fri Apr 05, 2019 7:33 am
by Ememjr
could someone please add these entries to the `commands` table

thanks

Code: Select all

INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','get_aa_xml','','750','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','add_aa','','751','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','commit_aa_profile','','752','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','begin_aa_profile','','753','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','back_aa','','754','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','remove_aa','','755','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','switch_aa_profile','','756','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','cancel_aa_profile','','757','0'); 
INSERT INTO `commands`(`id`,`type`,`command`,`subcommand`,`handler`,`required_status`) VALUES ( NULL,'1','save_aa_profile','','758','0'); 

Re: additions to commands table

Posted: Sat Apr 06, 2019 2:18 pm
by Jabantiz
Added to the DB patcher