Added field for CSS for database templates

This commit is contained in:
moodler
2006-03-29 17:42:42 +00:00
parent 3387cc5c3f
commit 20e294eeda
5 changed files with 16 additions and 6 deletions
+4
View File
@@ -45,6 +45,10 @@ function data_upgrade($oldversion) {
table_column('data', '', 'defaultsortdir', 'tinyint', '4', 'unsigned', '0', 'not null', 'defaultsort');
table_column('data', '', 'editany', 'tinyint', '4', 'unsigned', '0', 'not null', 'defaultsortdir');
}
if ($oldversion < 2006032900) {
table_column('data', '', 'csstemplate', 'text', '', '', '', 'not null', 'rsstemplate');
}
return true;
}