mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixing for 4695
This commit is contained in:
parent
56135f6b4c
commit
bbccd611cb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue