Solidtime logo

Solidtime

Modern open-source time-tracking app for freelancers and agencies

Alternative to: toggl, clockify, harvest


About Versions (25)

v0.2.0

2024-09-05

What’s Changed

Full Changelog: https://github.com/solidtime-io/solidtime/compare/v0.1.0…v0.2.0

After Upgrade

In addition to running the migrations, we advise recalculating the billable_rate computed field in the time entries.

php artisan computed-attributes:generate TimeEntry:billable_rate

This can take a while, depending on how many time entries are in the database. Running this command is not required so that the applications runs correctly. It just recreates a cache that might not be correct anymore because of the new billable rate feature.