mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1101: Ignore duplicate perms on creation (but still warn).
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<!-- Insert all given permissions -->
|
||||
<insert id="insert" parameterType="net.sourceforge.guacamole.net.auth.mysql.model.SystemPermissionModel">
|
||||
|
||||
INSERT INTO guacamole_system_permission (
|
||||
INSERT IGNORE INTO guacamole_system_permission (
|
||||
user_id,
|
||||
permission
|
||||
)
|
||||
|
Reference in New Issue
Block a user