mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-11 13:38:35 +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),
|
'times' => array('type' => 'varchar','precision' => '255','nullable' => False),
|
||||||
'method' => array('type' => 'varchar','precision' => '80','nullable' => False),
|
'method' => array('type' => 'varchar','precision' => '80','nullable' => False),
|
||||||
'data' => array('type' => 'text','nullable' => False)
|
'data' => array('type' => 'text','nullable' => False)
|
||||||
|
'account_id' => array('type' =>
|
||||||
|
'int','precision' => '4','nullable' => False,'default' => '0')
|
||||||
),
|
),
|
||||||
'pk' => array('id'),
|
'pk' => array('id'),
|
||||||
'fk' => array(),
|
'fk' => array(),
|
||||||
|
Loading…
Reference in New Issue
Block a user