Skip to content

Commit

Permalink
drop "mysql" feature
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
browner12 committed Jan 17, 2024
1 parent 41555c3 commit 4256213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Homestead.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ databases:
- homestead

features:
- mysql: true
- mariadb: false
- postgresql: false
- ohmyzsh: false
Expand Down
1 change: 0 additions & 1 deletion resources/Homestead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ databases:
- homestead

features:
- mysql: true
- mariadb: false
- postgresql: false
- ohmyzsh: false
Expand Down

0 comments on commit 4256213

Please sign in to comment.