mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40112 badges: Drop unused image field from badge table
This commit is contained in:
parent
f8e6e5bc30
commit
e50220f840
7 changed files with 15 additions and 12 deletions
|
@ -2029,7 +2029,6 @@ class restore_badges_structure_step extends restore_structure_step {
|
|||
$params = array(
|
||||
'name' => $data->name,
|
||||
'description' => $data->description,
|
||||
'image' => 0,
|
||||
'timecreated' => $this->apply_date_offset($data->timecreated),
|
||||
'timemodified' => $this->apply_date_offset($data->timemodified),
|
||||
'usercreated' => $data->usercreated,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue