mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-363: Minor fixes in schema files.
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Create the guacamole schema.
|
||||
*/
|
||||
CREATE SCHEMA [dbo]
|
||||
GO
|
||||
|
||||
/**
|
||||
* List for permission data type.
|
||||
*/
|
||||
|
@@ -33,7 +33,7 @@ FROM (
|
||||
JOIN [dbo].[guacamole_user] ON permissions.username = [dbo].[guacamole_user].[username]
|
||||
JOIN [dbo].[guacamole_user] affected ON permissions.affected_username = affected.username;
|
||||
|
||||
INSERT INTO [dbo].[system_permission]
|
||||
INSERT INTO [dbo].[guacamole_system_permission]
|
||||
SELECT user_id, permission
|
||||
FROM (
|
||||
SELECT 'guacadmin' AS username, 'CREATE_CONNECTION' AS permission
|
||||
|
Reference in New Issue
Block a user