Minor changes to support the new media file feature.

This commit is contained in:
michaelpenne
2005-06-15 23:35:11 +00:00
parent dbda1da801
commit f26cef7c22
9 changed files with 50 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ CREATE TABLE prefix_lesson (
maxtime INT8 NOT NULL DEFAULT '0',
retake INT NOT NULL default '1',
tree INT NOT NULL DEFAULT '0',
mediafile varchar(255) NOT NULL default '',
slideshow INT NOT NULL DEFAULT '0',
width INT8 NOT NULL DEFAULT '640',
height INT8 NOT NULL DEFAULT '480',