This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/account_password_history/account_password_history_construct.xml

38 lines
893 B
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>account_password_history</module>
<table>account_password_history</table>
<dependancy>account</dependancy>
<cache>0</cache>
<order_by>date_orig</order_by>
<limit>25</limit>
<index>
<account>site_id,account_id</account>
</index>
<field>
<id>
<type>I8</type>
</id>
<site_id>
<type>I4</type>
</site_id>
<date_orig>
<type>I8</type>
</date_orig>
<date_last>
<type>I8</type>
</date_last>
<account_id>
<type>I8</type>
</account_id>
<password>
<type>C(32)</type>
</password>
<ip>
<type>C(16)</type>
</ip>
</field>
<method>0</method>
<trigger>0</trigger>
</construct>