diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-28 17:25:49 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2017-06-28 17:27:34 +0200 |
| commit | e35092c6a164e929f9684b350093b2beefee5d86 (patch) | |
| tree | ab3c412ccacf1ca3bd03e51788550109ed0886f8 /sql/updates/auth | |
| parent | 7a558e538a256b6ce705096028b09f155a1a4600 (diff) | |
Combat/threat rewrite prep - merge RBAC/DB changes.
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2017_06_28_00_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql b/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql new file mode 100644 index 00000000000..e854b107804 --- /dev/null +++ b/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql @@ -0,0 +1,2 @@ +-- +UPDATE `rbac_permissions` SET `name`="Command: debug combat" WHERE `id`=309; |
