1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/17347] Add special handling for deletion of bots

PHPBB-17347
This commit is contained in:
Marc Alexander
2024-06-21 20:48:41 +02:00
parent 09f0b417be
commit 8c77da9c30
5 changed files with 128 additions and 8 deletions

View File

@@ -47,6 +47,14 @@
<value></value>
<value>0</value>
</row>
<row>
<value>6</value>
<value></value>
<value>Test Bot</value>
<value>Test Bot</value>
<value></value>
<value>2</value>
</row>
</table>
<table name="phpbb_groups">
<column>group_id</column>
@@ -59,5 +67,23 @@
<value>3</value>
<value>foobar</value>
</row>
<row>
<value>6</value>
<value>BOTS</value>
<value>3</value>
<value></value>
</row>
</table>
<table name="phpbb_user_group">
<column>group_id</column>
<column>user_id</column>
<column>group_leader</column>
<column>user_pending</column>
<row>
<value>6</value>
<value>6</value>
<value>0</value>
<value>0</value>
</row>
</table>
</dataset>