Someone missed the latest addition of the account_id for NEW installs.

This commit is contained in:
skeeter 2003-08-25 10:10:12 +00:00
parent 0027baea33
commit 3bbbded8e2

View File

@ -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(),