mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: random generated uuid will be full length (not 7 characters)
This commit is contained in:
@@ -14,7 +14,7 @@ use Visus\Cuid2\Cuid2;
|
||||
|
||||
function generate_database_name(string $type): string
|
||||
{
|
||||
$cuid = new Cuid2(7);
|
||||
$cuid = new Cuid2();
|
||||
|
||||
return $type.'-database-'.$cuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user