[ticket/11561] Specify used tables in notification fixture, so they are emptied

PHPBB3-11561
This commit is contained in:
Joas Schilling 2013-06-17 12:47:09 +02:00
parent f1d00fa647
commit b8678f4678

View file

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_bookmarks">
</table>
<table name="phpbb_notifications">
</table>
<table name="phpbb_notification_types">
</table>
<table name="phpbb_topics_watch">
</table>
<table name="phpbb_user_notifications">
</table>
</dataset>