Added a course field (whoops!) and edited backuplib.php and restorelib.php

This commit is contained in:
moodler
2003-09-14 15:20:09 +00:00
parent 2c5c3e62a7
commit a90fb36bd2
5 changed files with 11 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
CREATE TABLE prefix_label (
id SERIAL PRIMARY KEY,
course integer NOT NULL default '0',
name varchar(255) default NULL,
content text,
timemodified integer NOT NULL default '0'