mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +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()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('albums', function (Blueprint $table) {
|
|
||||||
$table->dropColumn('is_compilation');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue