From 425621394b6ef4cd35af8704b8b8dedbc49ac7f1 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 17 Jan 2024 16:51:21 -0600 Subject: [PATCH] drop "mysql" feature "mysql" is not a valid feature, as it is our default database, and does not get installed with a `/scripts/feature/` file. if this gets merged, the docs will be updated as well. --- Homestead.yaml.example | 1 - resources/Homestead.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/Homestead.yaml.example b/Homestead.yaml.example index c1a757adc..98e9d9dde 100644 --- a/Homestead.yaml.example +++ b/Homestead.yaml.example @@ -21,7 +21,6 @@ databases: - homestead features: - - mysql: true - mariadb: false - postgresql: false - ohmyzsh: false diff --git a/resources/Homestead.yaml b/resources/Homestead.yaml index 0e86acc18..407ee8ec3 100644 --- a/resources/Homestead.yaml +++ b/resources/Homestead.yaml @@ -21,7 +21,6 @@ databases: - homestead features: - - mysql: true - mariadb: false - postgresql: false - ohmyzsh: false