Update versions and fix database replication (init values are changeable) in
CloneProject.php
This commit is contained in:
@@ -105,6 +105,7 @@ class CloneProject extends Component
|
||||
$newDatabase = $database->replicate()->fill([
|
||||
'uuid' => $uuid,
|
||||
'status' => 'exited',
|
||||
'started_at' => null,
|
||||
'environment_id' => $newEnvironment->id,
|
||||
'destination_id' => $this->selectedServer,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user