From 1ad6cff2ecc2a04504ab27e50797300b56c7b81a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Dec 2002 08:20:57 +0000 Subject: - Fixed typo in the database scheme. Reported by Ettiene. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/database.pgsql b/database/database.pgsql index 84eda045f..173eb3b11 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -50,7 +50,7 @@ CREATE TABLE blocks ( weight smallint NOT NULL default '0', region smallint NOT NULL default '0', path varchar(255) NOT NULL default '', - custom smallint NOT NULL default '0', + custom smallint NOT NULL default '0' ); -- -- cgit v1.2.3