Fixed the relationship between phpgw_log and phpgw_log_msg tables

This commit is contained in:
jerrywestrick 2001-08-06 16:38:01 +00:00
parent c1844e6ebc
commit 4cee323497

View File

@ -274,7 +274,7 @@
),
'phpgw_log_msg' => array(
'fd' => array(
'log_msg_log_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
'log_msg_log_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
'log_msg_seq_no' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
'log_msg_date' => array('type' => 'timestamp', 'nullable' => False),
'log_msg_tx_fid' => array('type' => 'varchar', 'precision' => 4, 'nullable' => True),