aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20170824113337.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed migrations with dash into db nameJeremy Benoist2018-06-141-19/+2
|
* Fix installation commandadev2017-11-211-1/+6
|
* 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.