Commit Graph

2 Commits

Author SHA1 Message Date
adev 2680b0bc8c Fix installation command 2017-11-21 21:35:17 +01:00
François D a991c46eed Set a starred_at field when an entry is starred.
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.
2017-08-25 21:19:47 +02:00