summaryrefslogtreecommitdiffstats
path: root/tests/lib/Repair/fixtures/dropoldtables.xml
blob: 6c42a8f90a76288185d66a5cc3cab4bd1d1872b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>