mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +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_bday varchar(255),
|
||||
ab_notes TEXT,
|
||||
company varchar(255)
|
||||
ab_company varchar(255)
|
||||
);
|
||||
|
||||
create table todo (
|
||||
|
Loading…
x
Reference in New Issue
Block a user