mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Added in the new serialized config table
This commit is contained in:
@ -14,9 +14,7 @@
|
||||
// NOTE: Please use spaces to seperate the field names. It makes copy and pasting easier.
|
||||
|
||||
$sql = "CREATE TABLE config (
|
||||
config_name varchar(255) NOT NULL,
|
||||
config_value varchar(100),
|
||||
UNIQUE config_name (config_name)
|
||||
config_string blob
|
||||
)";
|
||||
$db->query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user