Skip to content

Commit caa414d

Browse files
committed
Bugfix migration
1 parent e731b78 commit caa414d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Database/Migrations/20210119154813_create_exports.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ public function down()
4343
$this->forge->addKey(['user_id', 'file_id']);
4444

4545
$this->forge->createTable('downloads');
46+
47+
// Drop exports
48+
$this->forge->dropTable('exports');
4649
}
4750
}

0 commit comments

Comments
 (0)