From 577cf8991f5f16c4a0ab3053fa7c53c0249ad608 Mon Sep 17 00:00:00 2001 From: paca70 Date: Thu, 28 Aug 2003 18:00:36 +0000 Subject: [PATCH] Fixed some typos pointed by Pasha. --- lib/db/postgres7.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/postgres7.sql b/lib/db/postgres7.sql index 4921be041e..d82a707cf7 100644 --- a/lib/db/postgres7.sql +++ b/lib/db/postgres7.sql @@ -34,13 +34,13 @@ CREATE INDEX prefix_course_category_idx ON prefix_course (category); CREATE TABLE prefix_course_categories ( id SERIAL PRIMARY KEY, - name varchar(255) NOT NULL default '' + name varchar(255) NOT NULL default '', description text NOT NULL default '', parent integer NOT NULL default '0', sortorder integer NOT NULL default '0', coursecount integer NOT NULL default '0', visible integer NOT NULL default '1', - timemodified` integer NOT NULL default '0' + timemodified integer NOT NULL default '0' ); CREATE TABLE prefix_course_display ( -- 2.39.5