mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix tests
This commit is contained in:
@ -51,6 +51,7 @@ public function handle(): void
|
||||
|
||||
$env = File::get(base_path('.env'));
|
||||
$env = str_replace('DB_CONNECTION=mysql', 'DB_CONNECTION=sqlite', $env);
|
||||
$env = str_replace('DB_DATABASE=vito', '', $env);
|
||||
File::put(base_path('.env'), $env);
|
||||
|
||||
$this->info('Migrated from Mysql to SQLite');
|
||||
|
Reference in New Issue
Block a user