Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 1 | -19/+2 |
| | |||||
* | Fix installation command | adev | 2017-11-21 | 1 | -1/+6 |
| | |||||
* | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+63 |
This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field. |