Skip to content

Commit

Permalink
Added explicit_defaults_for_timestamp=on to db settings on `magen…
Browse files Browse the repository at this point in the history
…to2` environment

Resolves #89
  • Loading branch information
davidalger committed Feb 14, 2020
1 parent b6a542e commit 07ffc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## UNRELEASED [x.y.z](https://github.com/davidalger/warden/tree/x.y.z) (yyyy-mm-dd)
[All Commits](https://github.com/davidalger/warden/compare/0.2.2..develop)

**Enhancements:**

* Added `explicit_defaults_for_timestamp=on` to `db` settings on `magento2` environment allowing `setup:db:status` to report clean (2.3.4 and later) (issue [#89](https://github.com/davidalger/warden/issues/89))

## Version [0.2.2](https://github.com/davidalger/warden/tree/0.2.2) (2020-02-09)
[All Commits](https://github.com/davidalger/warden/compare/0.2.1..0.2.2)

Expand Down
1 change: 1 addition & 0 deletions environments/magento2.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ services:
command:
- mysqld
- --max_allowed_packet=1024M
- --explicit_defaults_for_timestamp=on
volumes:
- dbdata:/var/lib/mysql
networks:
Expand Down

0 comments on commit 07ffc04

Please sign in to comment.