Skip to content

Commit bcbfec0

Browse files
committed
fix down migration
1 parent 38495a9 commit bcbfec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migrations/049_add_course_date_fields_for_events.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public function up()
2323

2424
public function down()
2525
{
26+
$db = DBManager::get();
27+
2628
$db->exec('ALTER TABLE oc_scheduled_recordings
2729
DROP `coursedate_end` ,
2830
DROP `coursedate_start`

0 commit comments

Comments
 (0)