mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
Removed profiles table
This commit is contained in:
@ -92,19 +92,6 @@
|
||||
li int,
|
||||
lo varchar(255)
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
// Note: This table will be removed durring 0.9.11
|
||||
$sql = "CREATE TABLE profiles (
|
||||
con int(11) DEFAULT '0' NOT NULL auto_increment,
|
||||
owner varchar(20),
|
||||
title varchar(255),
|
||||
phone_number varchar(255),
|
||||
comments text,
|
||||
picture_format varchar(255),
|
||||
picture blob,
|
||||
PRIMARY KEY (con)
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$sql = "CREATE TABLE phpgw_addressbook (
|
||||
|
Reference in New Issue
Block a user