mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Add database list endpoint, add more resource name magic
This commit is contained in:
@@ -23,7 +23,8 @@ class AddApiKeyPermissionColumns extends Migration
|
||||
$table->unsignedTinyInteger('r_locations')->default(0);
|
||||
$table->unsignedTinyInteger('r_nests')->default(0);
|
||||
$table->unsignedTinyInteger('r_eggs')->default(0);
|
||||
$table->unsignedTinyInteger('r_databases')->default(0);
|
||||
$table->unsignedTinyInteger('r_database_hosts')->default(0);
|
||||
$table->unsignedTinyInteger('r_server_databases')->default(0);
|
||||
$table->unsignedTinyInteger('r_packs')->default(0);
|
||||
});
|
||||
}
|
||||
@@ -52,7 +53,8 @@ class AddApiKeyPermissionColumns extends Migration
|
||||
'r_locations',
|
||||
'r_nests',
|
||||
'r_eggs',
|
||||
'r_databases',
|
||||
'r_database_hosts',
|
||||
'r_server_databases',
|
||||
'r_packs',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user