mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Remove bogus keys
This commit is contained in:
parent
f06b0b6d88
commit
9ef0d25187
@ -61,8 +61,6 @@ CREATE TABLE addressbook (
|
|||||||
D_EMAIL_Home enum('y','n') DEFAULT 'n' NOT NULL,
|
D_EMAIL_Home enum('y','n') DEFAULT 'n' NOT NULL,
|
||||||
PRIMARY KEY (id),
|
PRIMARY KEY (id),
|
||||||
UNIQUE id (id),
|
UNIQUE id (id),
|
||||||
KEY lid (lid),
|
|
||||||
KEY tid (tid)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE addressbook_extra (
|
CREATE TABLE addressbook_extra (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user