mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Add some default categories
This commit is contained in:
parent
93469e1130
commit
2f214d18b8
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,7 @@
|
||||||
UNIQUE INDEX `Name_UNIQUE` (`Name` ASC) )
|
UNIQUE INDEX `Name_UNIQUE` (`Name` ASC) )
|
||||||
ENGINE = InnoDB;
|
ENGINE = InnoDB;
|
||||||
|
|
||||||
|
INSERT IGNORE INTO `" . $cfg['db']['lib']['name'] ."`.`ticket_category` (`Name`) VALUES ('Hacking'),('Ingame-Bug'),('Website-Bug'),('Installation');
|
||||||
|
|
||||||
-- -----------------------------------------------------
|
-- -----------------------------------------------------
|
||||||
-- Table `" . $cfg['db']['lib']['name'] ."`.`ticket_user`
|
-- Table `" . $cfg['db']['lib']['name'] ."`.`ticket_user`
|
||||||
|
@ -243,7 +244,6 @@
|
||||||
ENGINE = InnoDB;
|
ENGINE = InnoDB;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
";
|
";
|
||||||
$dbl->executeWithoutParams($sql);
|
$dbl->executeWithoutParams($sql);
|
||||||
print "The Lib & Web database were correctly installed! <br />";
|
print "The Lib & Web database were correctly installed! <br />";
|
||||||
|
|
Loading…
Reference in a new issue