Fix handling of upload IDs on backups
This commit is contained in:
parent
8e06628409
commit
952715facc
3 changed files with 10 additions and 6 deletions
|
@ -14,7 +14,7 @@ class AddUploadIdColumnToBackupsTable extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('backups', function (Blueprint $table) {
|
||||
$table->char('upload_id', 36)->nullable()->after('bytes');
|
||||
$table->text('upload_id')->nullable()->after('uuid');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue