mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Found 'public' is a keyword... Changed to 'is_public'.
This commit is contained in:
@ -195,7 +195,7 @@
|
||||
edatetime int4,
|
||||
priority int DEFAULT 2 NOT NULL,
|
||||
type varchar(10),
|
||||
public int DEFAULT 1 NOT NULL,
|
||||
is_public int DEFAULT 1 NOT NULL,
|
||||
title varchar(80) NOT NULL,
|
||||
desription text
|
||||
)";
|
||||
|
Reference in New Issue
Block a user