Added field for CSS for database templates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user