mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Fix for misspelling of DFAULT.
This commit is contained in:
@ -187,8 +187,8 @@
|
||||
|
||||
$sql = "CREATE TABLE phpgw_cal (
|
||||
id serial,
|
||||
owner int DFAULT 0 NOT NULL,
|
||||
category int DFAULT 0 NOT NULL,
|
||||
owner int DEFAULT 0 NOT NULL,
|
||||
category int DEFAULT 0 NOT NULL,
|
||||
groups varchar(255),
|
||||
datetime int4,
|
||||
mdatetime int4,
|
||||
|
Reference in New Issue
Block a user