mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix for misspelling of DFAULT.
This commit is contained in:
parent
a078f7f58f
commit
6c83a9a0c9
@ -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,
|
||||
|
@ -1898,8 +1898,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,
|
||||
|
Loading…
Reference in New Issue
Block a user