added missings table definition again. It got lost while moving syncml tables around.

This commit is contained in:
Lars Kneschke 2006-08-30 12:56:55 +00:00
parent a442354990
commit ec4775d827

View File

@ -416,6 +416,19 @@
'ix' => array(),
'uc' => array()
),
'phpgw_vfs2_prefixes' => array(
'fd' => array(
'prefix_id' => array('type' => 'auto','nullable' => False),
'prefix' => array('type' => 'varchar','precision' => '8','nullable' => False),
'owner_id' => array('type' => 'int','precision' => '4','nullable' => False),
'prefix_description' => array('type' => 'varchar','precision' => '30','nullable' => True),
'prefix_type' => array('type' => 'varchar','precision' => '1','nullable' => False,'default' => 'p')
),
'pk' => array('prefix_id'),
'fk' => array(),
'ix' => array(),
'uc' => array()
),
'egw_links' => array(
'fd' => array(
'link_id' => array('type' => 'auto','nullable' => False),