mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix: allow reuse of a database name (#571)
* fix: allow reuse of a database name * style --------- Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
This commit is contained in:
@ -63,6 +63,7 @@ public static function boot(): void
|
||||
BackupStatus::RUNNING => 'success',
|
||||
BackupStatus::FAILED => 'danger',
|
||||
BackupStatus::DELETING => 'warning',
|
||||
BackupStatus::STOPPED => 'danger',
|
||||
];
|
||||
|
||||
public function isCustomInterval(): bool
|
||||
|
@ -17,7 +17,7 @@
|
||||
* @property string $status
|
||||
* @property Server $server
|
||||
* @property Backup[] $backups
|
||||
* @property Carbon $deleted_at
|
||||
* @property ?Carbon $deleted_at
|
||||
*/
|
||||
class Database extends AbstractModel
|
||||
{
|
||||
|
Reference in New Issue
Block a user