Cleanups in the sql scripts
This commit is contained in:
@@ -114,8 +114,6 @@ INSERT INTO `rmps`.`job_types` (`descr`) VALUES ('Detect OS');
|
||||
INSERT INTO `rmps`.`job_types` (`descr`) VALUES ('Detect UNIX kernel');
|
||||
INSERT INTO `rmps`.`job_types` (`descr`) VALUES ('Get memory status');
|
||||
|
||||
/* Setup the admin user */
|
||||
|
||||
/* Define the procedures */
|
||||
DELIMITER $$
|
||||
|
||||
@@ -154,6 +152,8 @@ BEGIN
|
||||
SET output = 1;
|
||||
END IF;
|
||||
END $$
|
||||
|
||||
/* Setup the admin user */
|
||||
call addUser(@loginName, @fullName, @eMail, @passHash, @passSalt, 0, @output);
|
||||
|
||||
DROP PROCEDURE IF EXISTS `rmps`.`deactivateUser` $$
|
||||
|
||||
Reference in New Issue
Block a user