thamara / time-to-leave

Log work hours and get notified when it's time to leave the office and start to live.
http://timetoleave.app
GNU General Public License v3.0
455 stars 267 forks source link

Deprecate old db #1053

Open thamara opened 8 months ago

thamara commented 8 months ago

Related issue

Closes #935.

Context / Background

The old database format (fixed in 4 entries) is in deprecation since may of 2021, as we move with other features, it's time to remove any mention/handling of such database.

What change is being introduced by this PR?

Removed related code and unnecessary strings.

How will this be tested?

Hopefully with the CI. :)

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c95578c) 79.36% compared to head (8e8f384) 81.29%. Report is 14 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1053 +/- ## ========================================== + Coverage 79.36% 81.29% +1.93% ========================================== Files 19 20 +1 Lines 1231 1203 -28 Branches 183 176 -7 ========================================== + Hits 977 978 +1 + Misses 254 225 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.