Skip to content

Commit

Permalink
add PostgreSQL as a default feature (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
iDuriel committed Nov 20, 2020
1 parent 1a8af25 commit b228c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/Homestead.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
{
"mariadb": false
},
{
"postgresql": false
},
{
"ohmyzsh": false
},
Expand Down
1 change: 1 addition & 0 deletions resources/Homestead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ databases:
features:
- mysql: false
- mariadb: false
- postgresql: false
- ohmyzsh: false
- webdriver: false

Expand Down

0 comments on commit b228c64

Please sign in to comment.