mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix handling of upload IDs on backups
This commit is contained in:
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user