mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix migration scripts
This commit is contained in:
parent
69a36f7bad
commit
a9ef743b88
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class CreateSongsTable extends Migration
|
|||
$table->integer('album_id')->unsigned();
|
||||
$table->string('title');
|
||||
$table->float('length');
|
||||
$table->integer('track');
|
||||
$table->text('lyrics');
|
||||
$table->text('path');
|
||||
$table->integer('mtime');
|
||||
|
|
Loading…
Reference in a new issue