mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Basic backend support to at least store a backup model in the DB
This commit is contained in:
@@ -18,7 +18,7 @@ class CreateBackupsTable extends Migration
|
||||
$table->unsignedInteger('server_id');
|
||||
$table->char('uuid', 36);
|
||||
$table->string('name');
|
||||
$table->text('ignored');
|
||||
$table->text('ignored_files');
|
||||
$table->string('disk');
|
||||
$table->string('sha256_hash')->nullable();
|
||||
$table->integer('bytes')->default(0);
|
||||
|
||||
Reference in New Issue
Block a user