diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-02-22 17:18:19 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-02-22 17:18:19 +0100 |
| commit | e81eb1192a159627d06946a8ed84174e8ead7299 (patch) | |
| tree | 8ed00f4449165929532fbb6e9592bb5f76927b8c /sql/updates | |
| parent | 850b8ea8ed21d843d6addc70e1bf2deb0eb08832 (diff) | |
Core/Database: Removed locales_item from world database (use item_sparse_locale in hotfixes database)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2015_02_22_00_auth.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2015_02_22_01_world.sql | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_02_22_00_auth.sql b/sql/updates/auth/2015_02_22_00_auth.sql new file mode 100644 index 00000000000..dee634ba52e --- /dev/null +++ b/sql/updates/auth/2015_02_22_00_auth.sql @@ -0,0 +1,2 @@ +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=662; +DELETE FROM `rbac_permissions` WHERE `id`=662; diff --git a/sql/updates/world/2015_02_22_01_world.sql b/sql/updates/world/2015_02_22_01_world.sql new file mode 100644 index 00000000000..124becb6675 --- /dev/null +++ b/sql/updates/world/2015_02_22_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `command` WHERE `name`='reload locales_item'; |
