aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20170824113337.php
Commit message (Collapse)AuthorAgeFilesLines
* Set a starred_at field when an entry is starred.François D2017-08-251-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.