mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-07 18:46:46 +02:00
Fixed PostgreSQL issues with eventlog
This commit is contained in:
parent
6b2df30a8c
commit
a1f60d1ef2
@ -274,7 +274,7 @@
|
|||||||
),
|
),
|
||||||
'phpgw_log_msg' => array(
|
'phpgw_log_msg' => array(
|
||||||
'fd' => array(
|
'fd' => array(
|
||||||
'log_msg_log_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_log_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_seq_no' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_seq_no' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_date' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_date' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_tx_fid' => array('type' => 'varchar', 'precision' => 4, 'nullable' => True),
|
'log_msg_tx_fid' => array('type' => 'varchar', 'precision' => 4, 'nullable' => True),
|
||||||
|
@ -2003,7 +2003,7 @@
|
|||||||
$phpgw_setup->oProc->CreateTable(
|
$phpgw_setup->oProc->CreateTable(
|
||||||
'phpgw_log_msg', array(
|
'phpgw_log_msg', array(
|
||||||
'fd' => array(
|
'fd' => array(
|
||||||
'log_msg_log_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_log_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_seq_no' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_seq_no' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_date' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'log_msg_date' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||||
'log_msg_tx_fid' => array('type' => 'varchar', 'precision' => 4, 'nullable' => True),
|
'log_msg_tx_fid' => array('type' => 'varchar', 'precision' => 4, 'nullable' => True),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user