mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Opps, I messed up the format on the last commit, this fixes it
This commit is contained in:
parent
65d5c7533e
commit
745b32f645
@ -85,7 +85,7 @@
|
||||
'session_id' => array('type' => 'varchar', 'precision' => 255, 'nullable' => false),
|
||||
'session_lid' => array('type' => 'varchar', 'precision' => 20),
|
||||
'session_ip' => array('type' => 'varchar', 'precision' => 255),
|
||||
'session_logintime' => array('int' => 'varchar', 'precision' => 4),
|
||||
'session_logintime' => array('type' => 'int', 'precision' => 4),
|
||||
'session_dla' => array('type' => 'int', 'precision' => 4),
|
||||
'session_action' => array('type' => 'varchar', 'precision' => 255),
|
||||
'session_flags' => array('type' => 'char', 'precision' => 2)
|
||||
|
Loading…
Reference in New Issue
Block a user