mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Someone missed the latest addition of the account_id for NEW installs.
This commit is contained in:
parent
0027baea33
commit
3bbbded8e2
@ -360,6 +360,8 @@
|
||||
'times' => array('type' => 'varchar','precision' => '255','nullable' => False),
|
||||
'method' => array('type' => 'varchar','precision' => '80','nullable' => False),
|
||||
'data' => array('type' => 'text','nullable' => False)
|
||||
'account_id' => array('type' =>
|
||||
'int','precision' => '4','nullable' => False,'default' => '0')
|
||||
),
|
||||
'pk' => array('id'),
|
||||
'fk' => array(),
|
||||
|
Loading…
Reference in New Issue
Block a user