source: trunk/instant_messenger/bkp/instant_messenger_32/setup/tables_current.inc.php @ 151

Revision 151, 1003 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1<?php
2        /***************************************************************************\
3        * Mensageiro Instantâneo                                                                                                    *
4        * Alexandre Correia / Rodrigo Souza                                                                                 *
5        * ------------------------------------------------------------------------- *
6        *  This program is free software; you can redistribute it and/or modify it  *
7        *  under the terms of the GNU General Public License as published by the    *
8        *  Free Software Foundation; either version 2 of the License, or (at your   *
9        *  option) any later version.                                               *
10        \***************************************************************************/
11 
12        $phpgw_baseline = array(
13                'phpgw_im_auth_user' => array(
14                        'fd' => array(
15                                'im_from' => array( 'type' => 'varchar', 'precision' => 150, 'nullable' => false ),
16                                'im_to' => array( 'type' => 'varchar', 'precision' => 150, 'nullable' => false )
17                        ),
18                        'pk' => array(),
19                        'fk' => array(),
20                        'ix' => array(),
21                        'uc' => array()
22                ),
23        );
24?>
Note: See TracBrowser for help on using the repository browser.