Removed profiles table

This commit is contained in:
jengo
2001-05-03 04:59:00 +00:00
parent efa2d7dede
commit 5c8c881a11
6 changed files with 22 additions and 29 deletions

View File

@ -91,18 +91,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 serial,
owner varchar(20),
title varchar(255),
phone_number varchar(255),
comments text,
picture_format varchar(255),
picture text
)";
$phpgw_setup->db->query($sql);
$sql = "CREATE TABLE phpgw_addressbook(