Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Resolves #28, #29: "Update timestamps columns on links and tags table…
Browse files Browse the repository at this point in the history
…s" (#38)

* feat(Tags): add support to timestamps w/timezones

- drop regular timestamps columns
- create new ones with timestampsTz

* feat(Links): add support to timestamps w/timezones

added doctrine/dbal dependency

* fix: add method return type

* fix(Links): add missing timestamp (approved_at)

* chore: converted timestampTz to softDeletesTz

* feat(links): added approved_at datetime cast

* fix: replaced dropColumn with change method

* chore(Changelog): add latest updates

timestamps columns (on links and tags) changed to datetime w/timezone
  • Loading branch information
ialexreis authored Oct 16, 2020
1 parent aa75ab6 commit 1c3979d
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 1,127 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to `laravel-portugal/api` will be documented in this file
### Changed

- Updated Accounts' domain endpoints structure
- Changed timestamps columns on links and tags tables (#28, #29)

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"php": "^7.4",
"ext-json": "*",
"doctrine/dbal": "^2.11",
"illuminate/mail": "^8.8",
"illuminate/notifications": "^8.8",
"laravel/lumen-framework": "^8.0",
Expand Down
Loading

0 comments on commit 1c3979d

Please sign in to comment.