mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'nickvergessen/ticket/11561' into develop
# By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11561: [ticket/11561] Specify used tables in notification fixture, so they are emptied
This commit is contained in:
commit
d72b5aaf1b
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<dataset>
|
<dataset>
|
||||||
|
<table name="phpbb_bookmarks">
|
||||||
|
</table>
|
||||||
<table name="phpbb_notifications">
|
<table name="phpbb_notifications">
|
||||||
</table>
|
</table>
|
||||||
|
<table name="phpbb_notification_types">
|
||||||
|
</table>
|
||||||
|
<table name="phpbb_topics_watch">
|
||||||
|
</table>
|
||||||
|
<table name="phpbb_user_notifications">
|
||||||
|
</table>
|
||||||
</dataset>
|
</dataset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue