Applied patch #104 and fix for Support #100433.

This commit is contained in:
skeeter 2002-02-15 18:49:06 +00:00
parent 562a34a9c5
commit 26144ff687

View File

@ -30,7 +30,7 @@
'app_title' => array('type' => 'varchar', 'precision' => 50),
'app_enabled' => array('type' => 'int', 'precision' => 4),
'app_order' => array('type' => 'int', 'precision' => 4),
'app_tables' => array('type' => 'varchar', 'precision' => 255),
'app_tables' => array('type' => 'text'),
'app_version' => array('type' => 'varchar', 'precision' => 20, 'nullable' => false, 'default' => '0.0')
),
'pk' => array('app_id'),