phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/setup setup.xml,1.1.1.1.2.1,1.1.1.1.2.2


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/setup setup.xml,1.1.1.1.2.1,1.1.1.1.2.2
Date: Sun, 09 Nov 2003 18:52:16 +0000

Update of /cvsroot/phpgroupware/api/setup
In directory subversions:/tmp/cvs-serv25968/api/setup

Modified Files:
      Tag: proposal-branch
        setup.xml 
Log Message:
- Started working on history
  Update history isn't finished
  The phpgw_history table might have the field history_app changed to history_op
  You have to run setup to add the new table
  View history is missing the alternate handlers
- Fixed account creating not setting the correct password by default
- Fixed some alignment issues with tables


Index: setup.xml
===================================================================
RCS file: /cvsroot/phpgroupware/api/setup/setup.xml,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** setup.xml   9 Nov 2003 15:54:05 -0000       1.1.1.1.2.1
--- setup.xml   9 Nov 2003 18:52:13 -0000       1.1.1.1.2.2
***************
*** 18,22 ****
        </hooks>
        <tables_current>
!     <phpgw_accounts>
        <fd>
          <account_id>
--- 18,77 ----
        </hooks>
        <tables_current>
! 
!       <phpgw_history>
!               <fd>
!                       <history_id>
!                               <type>auto</type>
!                               <nullable>0</nullable>
!                       </history_id>
!                       <history_rid>
!                               <type>int</type>
!                               <precision>8</precision>
!                               <nullable>0</nullable>
!                       </history_rid>
!                       <history_owner>
!                               <type>int</type>
!                               <precision>8</precision>
!                               <nullable>0</nullable>
!                       </history_owner>
!                       <history_app>
!                               <type>varchar</type>
!                               <precision>30</precision>
!                               <nullable>0</nullable>
!                       </history_app>
!                       <history_field>
!                               <type>varchar</type>
!                               <precision>30</precision>
!                               <nullable>0</nullable>
!                       </history_field>
!                       <history_type>
!                               <type>char</type>
!                               <precision>1</precision>
!                               <nullable>0</nullable>
!                       </history_type>
!                       <!-- Text _might_ be a little overboard size for this 
-->
!                       <history_o_value>
!                               <type>text</type>
!                               <nullable>1</nullable>
!                       </history_o_value>
!                       <history_n_value>
!                               <type>text</type>
!                               <nullable>0</nullable>
!                       </history_n_value>
!                       <history_timestamp>
!                               <type>timestamp</type>
!                               <nullable>1</nullable>
!                               <default>now</default>
!                       </history_timestamp>
!               </fd>
!               <pk>
!                       <pk_item>history_id</pk_item>
!               </pk>
!               <uc>
!                       <uc_item>history_id</uc_item>
!               </uc>
!       </phpgw_history>
! 
!       <phpgw_accounts>
        <fd>
          <account_id>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]