diff --git a/backup/db/postgres7.sql b/backup/db/postgres7.sql index 9f71f04f153..586b70df7f7 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',