summaryrefslogtreecommitdiffstats
path: root/tests/lib/Repair/fixtures/dropoldtables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Repair/fixtures/dropoldtables.xml')
-rw-r--r--tests/lib/Repair/fixtures/dropoldtables.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/lib/Repair/fixtures/dropoldtables.xml b/tests/lib/Repair/fixtures/dropoldtables.xml
deleted file mode 100644
index 6c42a8f90a7..00000000000
--- a/tests/lib/Repair/fixtures/dropoldtables.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<database>
-
- <name>*dbname*</name>
- <create>true</create>
- <overwrite>false</overwrite>
-
- <charset>utf8</charset>
-
- <table>
-
- <name>*dbprefix*permissions</name>
-
- <declaration>
- <field>
- <name>textfield</name>
- <type>text</type>
- <default>foo</default>
- <notnull>true</notnull>
- <length>32</length>
- </field>
- </declaration>
- </table>
-</database>