Added a course field (whoops!) and edited backuplib.php and restorelib.php
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user