diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-17 01:24:53 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2020-07-16 22:00:30 +0200 |
| commit | f8fa4d734c39e51faf451f07fa2ac1ab83290394 (patch) | |
| tree | ac23769fd84ebbd5a7c755bed4e0008e0a8f5015 /sql | |
| parent | 64baba77b6234131dad9cb8214a601bf49e11dfe (diff) | |
Correct some missing auth DB changes from b59ca1c.
(cherry picked from commit 41eddd59aa3c911ba77f9ffbb85af42a4e6c2b53)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/auth_database.sql | 5 | ||||
| -rw-r--r-- | sql/updates/auth/master/2017_06_17_00_auth.sql | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index b77cf6c9b73..65a8d7b95d9 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1604,7 +1604,7 @@ INSERT INTO `rbac_permissions` VALUES (335,'Command: debug setvid'), (336,'Command: debug spawnvehicle'), (337,'Command: debug threat'), -(339,'Command: debug uws'), +(339,'Command: debug worldstate'), (340,'Command: wpgps'), (341,'Command: deserter'), (342,'Command: deserter bg'), @@ -2295,6 +2295,9 @@ INSERT INTO `updates` VALUES ('2017_04_22_00_auth.sql','843663B18D28FBA1EB12548500EC93953881E5F0','ARCHIVED','2017-04-22 19:28:22',0), ('2017_04_27_00_auth.sql','308B797B47FA803D492C9C9A4C26DBEC546DBBD9','ARCHIVED','2017-04-28 09:10:11',0), ('2017_05_14_00_auth.sql','B7E76CCDCC9A2C8103427DA4C43C7B0366ECE8B4','ARCHIVED','2017-05-14 12:00:00',0), +('2017_06_12_01_auth.sql','661B4935E101AF188BEBF43203144104E89F8C54','ARCHIVED','2017-06-12 00:00:01',0), +('2017_06_12_02_auth.sql','166F059E411FAA4901BBBA09A41EF07B1CADC4B6','ARCHIVED','2017-06-12 00:00:02',0), +('2017_06_17_00_auth.sql','4A172895CB9DA8EFE1270434D6ECB22D4F4DCB17','ARCHIVED','2017-06-17 00:00:00',0), ('2017_06_15_00_auth.sql','DD71F25C1E61FD5F836931B02703BE3BD1B4F156','ARCHIVED','2017-06-15 15:20:50',0), ('2017_06_18_00_auth.sql','7200968BFC2D76499149937B19F2153FD2ABC397','ARCHIVED','2017-06-18 22:13:37',0), ('2017_06_25_00_auth.sql','A2DA6A64D4217992EF766915DEBD517DB0834E01','ARCHIVED','2017-06-25 00:54:10',0), diff --git a/sql/updates/auth/master/2017_06_17_00_auth.sql b/sql/updates/auth/master/2017_06_17_00_auth.sql new file mode 100644 index 00000000000..10f1a69824e --- /dev/null +++ b/sql/updates/auth/master/2017_06_17_00_auth.sql @@ -0,0 +1,2 @@ +-- +UPDATE `rbac_permissions` SET `name`="Command: debug worldstate" WHERE `id`=339; |
