Fix for misspelling of DFAULT.

This commit is contained in:
skeeter 2001-04-27 02:29:42 +00:00
parent a078f7f58f
commit 6c83a9a0c9
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,