diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-19 20:47:38 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-19 20:48:15 +0100 |
| commit | 313b294d6b7b248738e30f8164ee4624a66ac5b5 (patch) | |
| tree | 70f6f7ffb32887a9e7a5e8ed80cb96c029e9bd17 /sql/updates | |
| parent | 138a3363846abe27bab7838978235f7860b5a52b (diff) | |
Core/RBAC: Fix difference problems with 4.3.4
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2014_01_19_00_auth_rbac_permissions.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2014_01_19_01_world_command.sql (renamed from sql/updates/world/2014_01_19_01_world_command.txt) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/auth/2014_01_19_00_auth_rbac_permissions.sql b/sql/updates/auth/2014_01_19_00_auth_rbac_permissions.sql index 20ea60a14b5..266f8ab15bb 100644 --- a/sql/updates/auth/2014_01_19_00_auth_rbac_permissions.sql +++ b/sql/updates/auth/2014_01_19_00_auth_rbac_permissions.sql @@ -1,4 +1,4 @@ -SET @id = 775; +SET @id = 777; -- Add new permissions DELETE FROM `rbac_permissions` WHERE `id`=@id; diff --git a/sql/updates/world/2014_01_19_01_world_command.txt b/sql/updates/world/2014_01_19_01_world_command.sql index cc2049ad35a..a11c6b09787 100644 --- a/sql/updates/world/2014_01_19_01_world_command.txt +++ b/sql/updates/world/2014_01_19_01_world_command.sql @@ -1,4 +1,4 @@ -SET @id = 775; +SET @id = 777; DELETE FROM `command` WHERE `name` = 'mailbox'; INSERT INTO `command` (`name`, `permission`, `help`) VALUES |
