Skip to content

Commit

Permalink
Fix XML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Sep 4, 2023
1 parent 82683b2 commit cfde30a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/install.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="admin/tool/emailutils/db" VERSION="2017060100" COMMENT="XMLDB file for plugin admin/tool/emailutils"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd"
>
<TABLES>
<TABLE NAME="tool_emailutils_log" COMMENT="Amazon SES Message Log">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
<FIELD NAME="time" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
<FIELD NAME="type" TYPE="char" LENGTH="10" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="email" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false" />
<FIELD NAME="message" TYPE="text" NOTNULL="true" SEQUENCE="false" />
<FIELD NAME="email" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="message" TYPE="text" NOTNULL="true" SEQUENCE="false"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
Expand All @@ -33,4 +33,4 @@
</KEYS>
</TABLE>
</TABLES>
</XMLDB>
</XMLDB>

0 comments on commit cfde30a

Please sign in to comment.