diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 523329e66de..2256dff943c 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -562,6 +562,13 @@ <length>1</length> </field> + <field> + <name>expiration</name> + <type>timestamp</type> + <default></default> + <notnull>false</notnull> + </field> + </declaration> </table> |