From 6f01df495703e6bfa97609bf6b1781663adffc25 Mon Sep 17 00:00:00 2001 From: paca70 Date: Wed, 14 Jan 2004 18:25:25 +0000 Subject: [PATCH] Added missing "(" --- backup/db/postgres7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/db/postgres7.sql b/backup/db/postgres7.sql index 9f71f04f15..586b70df7f 100644 --- a/backup/db/postgres7.sql +++ b/backup/db/postgres7.sql @@ -58,7 +58,7 @@ CREATE TABLE prefix_backup_courses ( # Table structure for table prefix_backup_log # -CREATE TABLE prefix_backup_log +CREATE TABLE prefix_backup_log ( id SERIAL PRIMARY KEY, courseid int8 NOT NULL default '0', time int8 NOT NULL default '0', -- 2.39.5