mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
Fixed field with the wrong name
This commit is contained in:
parent
e094af286f
commit
13ad31ba54
@ -156,7 +156,7 @@ create table addressbook (
|
|||||||
ab_zip varchar(255),
|
ab_zip varchar(255),
|
||||||
ab_bday varchar(255),
|
ab_bday varchar(255),
|
||||||
ab_notes TEXT,
|
ab_notes TEXT,
|
||||||
company varchar(255)
|
ab_company varchar(255)
|
||||||
);
|
);
|
||||||
|
|
||||||
create table todo (
|
create table todo (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user