db changes to data_content table
This commit is contained in:
@@ -6,6 +6,14 @@ function data_upgrade($oldversion) {
|
||||
|
||||
global $CFG;
|
||||
|
||||
if ($oldversion < 2006011900) {
|
||||
table_column("data_content", "", "content1", "text", "", "", "", "not null");
|
||||
table_column("data_content", "", "content2", "text", "", "", "", "not null");
|
||||
table_column("data_content", "", "content3", "text", "", "", "", "not null");
|
||||
table_column("data_content", "", "content4", "text", "", "", "", "not null");
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user