We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38495a9 commit bcbfec0Copy full SHA for bcbfec0
migrations/049_add_course_date_fields_for_events.php
@@ -23,6 +23,8 @@ public function up()
23
24
public function down()
25
{
26
+ $db = DBManager::get();
27
+
28
$db->exec('ALTER TABLE oc_scheduled_recordings
29
DROP `coursedate_end` ,
30
DROP `coursedate_start`
0 commit comments