Added missing showrecent field to PostgreSQL

This commit is contained in:
moodler
2003-09-10 13:48:19 +00:00
parent 88487dea6d
commit e71f132dc8
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ CREATE TABLE prefix_course (
guest integer NOT NULL default '0',
startdate integer NOT NULL default '0',
numsections integer NOT NULL default '1',
showrecent integer NOT NULL default '1',
marker integer NOT NULL default '0',
visible integer NOT NULL default '1',
timecreated integer NOT NULL default '0',