mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
search functionality and settings fixes
This commit is contained in:
@@ -18,6 +18,7 @@ class CreateSettingsTable extends Migration
|
||||
$table->integer('group_id')->default(0);
|
||||
$table->string('key');
|
||||
$table->string('type')->default('text');
|
||||
$table->text('options')->nullable();
|
||||
$table->string('label');
|
||||
$table->string('value')->nullable();
|
||||
$table->string('order')->default(0);
|
||||
|
||||
Reference in New Issue
Block a user