mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Added JS template field for JavaScript if needed
This commit is contained in:
parent
f9e2f481df
commit
8ac4971405
7 changed files with 22 additions and 9 deletions
|
@ -67,6 +67,11 @@ function data_upgrade($oldversion) {
|
|||
if ($oldversion < 2006052400) {
|
||||
table_column('data','','rsstitletemplate','text','','','','not null','rsstemplate');
|
||||
}
|
||||
|
||||
if ($oldversion < 2006081700) {
|
||||
table_column('data', '', 'jstemplate', 'text', '', '', '', 'not null', 'csstemplate');
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue