mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-30 20:19:49 +09:00
Get settings working and autologin
This commit is contained in:
@@ -19,7 +19,7 @@ class CreateSettingUserPivotTable extends Migration
|
||||
$table->integer('user_id')->unsigned()->index();
|
||||
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');
|
||||
$table->primary(['setting_id', 'user_id']);
|
||||
$table->string('value')->nullable();
|
||||
$table->string('uservalue')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user