DinoChan / OnePomodoro

OnePomodoro is just a simple podomoro technique app. Include some simple Pomodoro timers.
MIT License
124 stars 30 forks source link

Fix Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'no such table: Periods'. in <RemoveFuturePeriodsAsync>d__3.MoveNext () #155

Open DinoChan opened 1 year ago

DinoChan commented 1 year ago

Version 1.25.147.0(1.25.147.0)

Stacktrace

OnePomodoro.Services.DataService.d__3.MoveNext() + 0x36e;OnePomodoro.Services.DataService

OnePomodoro.App.d__10.MoveNext() + 0x108;OnePomodoro.App

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_20[TThis](ComObject, Int32) + 0x24;Interop

Reason

Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'no such table: Periods'.

Link to App Center