Skip to content

Commit

Permalink
Use XMLDB Editor to format tool_emailutils_suppression table definition
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran authored and bwalkerl committed Nov 25, 2024
1 parent cbba322 commit 502876b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions db/install.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="admin/tool/emailutils/db" VERSION="2024100101" COMMENT="XMLDB file for plugin admin/tool/emailutils"
<XMLDB PATH="admin/tool/emailutils/db" VERSION="20241001" COMMENT="XMLDB file for plugin admin/tool/emailutils"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd"
>
Expand Down Expand Up @@ -37,8 +37,7 @@
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
<FIELD NAME="email" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="reason" TYPE="char" LENGTH="50" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="created_at" TYPE="char" LENGTH="20" NOTNULL="true" SEQUENCE="false"
COMMENT="Timestamp from AWS SES API, different from timecreated. Represents when the email was added to the suppression list."/>
<FIELD NAME="created_at" TYPE="char" LENGTH="20" NOTNULL="true" SEQUENCE="false" COMMENT="Timestamp from AWS SES API, different from timecreated. Represents when the email was added to the suppression list."/>
<FIELD NAME="timecreated" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
<FIELD NAME="timemodified" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
</FIELDS>
Expand Down

0 comments on commit 502876b

Please sign in to comment.