mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Remove buggy down()
This commit is contained in:
parent
35bba0e4b6
commit
7f1ec0d305
1 changed files with 0 additions and 3 deletions
|
@ -24,8 +24,5 @@ class AddIsComplilationIntoAlbums extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('albums', function (Blueprint $table) {
|
||||
$table->dropColumn('is_compilation');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue