chore: 🌱 Added enable_upgrade setting to seeder
This commit is contained in:
parent
ff5ad1e2bd
commit
07825b0b4b
1 changed files with 7 additions and 0 deletions
|
@ -508,5 +508,12 @@ class SettingsSeeder extends Seeder
|
|||
'type' => 'string',
|
||||
'description' => 'The Client API Key of an Pterodactyl Admin Account'
|
||||
]);
|
||||
Settings::firstOrCreate([
|
||||
'key' => 'SETTINGS::SYSTEM:ENABLE_UPGRADE',
|
||||
], [
|
||||
'value' =>"",
|
||||
'type' => 'string',
|
||||
'description' => 'Enables the updgrade/downgrade feature for servers'
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue