Skip to content

Commit

Permalink
Merge pull request #334 from sajeer-nooh/installer-release-1.6
Browse files Browse the repository at this point in the history
DB sql issue fixed
  • Loading branch information
santhoshigorle committed Sep 27, 2019
2 parents 60645af + 1af92db commit 17004de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/resources/pacbot_app/files/DB.sql
Expand Up @@ -785,7 +785,7 @@ CREATE TABLE IF NOT EXISTS `oauth_user_roles` (
`modifiedDate` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

DELETE FROM oauth_user_roles where where roleId in ("1", "703");
DELETE FROM oauth_user_roles WHERE roleId in ("1", "703");
DELIMITER $$
DROP PROCEDURE IF EXISTS create_primary_key_if_not_exists_for_user_roles $$
CREATE PROCEDURE create_primary_key_if_not_exists_for_user_roles()
Expand Down

0 comments on commit 17004de

Please sign in to comment.