|
@@ -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'
|
|
|
+ ]);
|
|
|
}
|
|
|
}
|