fixing for 4695

This commit is contained in:
moodler 2006-02-06 05:02:38 +00:00
parent 56135f6b4c
commit bbccd611cb

View file

@ -14,8 +14,8 @@ function data_upgrade($oldversion) {
}
if ($oldversion < 2006011901) {
table_column("data", "", "approval", "tinyint", "4", "", "", "not null");
table_column("data_records", "", "approved", "tinyint", "4", "", "", "not null");
table_column("data", "", "approval", "tinyint", "4");
table_column("data_records", "", "approved", "tinyint", "4");
}
return true;