/[papo]/papo/xot/PAPO-ER.xot
ViewVC logotype

Diff of /papo/xot/PAPO-ER.xot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by apronotti, Tue Sep 16 16:45:59 2003 UTC revision 1.6 by apronotti, Wed Sep 17 22:33:03 2003 UTC
# Line 28  Line 28 
28          </index>          </index>
29        </indexes>        </indexes>
30        <hooks>        <hooks>
         <hook name="account"/>  
31          <hook name="history"/>          <hook name="history"/>
32        </hooks>        </hooks>
33        <doc><![CDATA[account_plan        <doc><![CDATA[account_plan
# Line 36  Line 35 
35   accounts (as in accounting) are categorized in a tree structure   accounts (as in accounting) are categorized in a tree structure
36   presented here.]]></doc>   presented here.]]></doc>
37      </table>      </table>
38        <table name="sys_account2account_plan">
39          <fields>
40            <field name="id" type="int" auto_increment="true" null="false">
41            </field>
42            <field name="name" type="varchar(40)" null="false">
43            </field>
44            <field name="account" references="account_plan">
45            </field>
46          </fields>
47          <indexes>
48            <index type="primary_key">
49              <index_field name="id"/>
50            </index>
51            <index name="account_plan_account_idx">
52              <index_field name="account"/>
53            </index>
54          </indexes>
55          <hooks>
56            <hook name="history"/>
57          </hooks>
58        </table>
59    
60      <table name="address">      <table name="address">
61        <fields>        <fields>
62          <field name="comment" type="varchar(80)">          <field name="comment" type="varchar(80)">

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26