You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time running .UseSQLiteStorage(ConnectionString, options) it attempts to create Hangfire-related tables even if they already exist. This leads to sql-exception and failure.
The text was updated successfully, but these errors were encountered:
Proposing to use SQLite 3.3 IF NOT EXISTS statement which will ignore already created items and create missing. It can be used on both CONSTRAINS and TABLES which pretty much covers all cases.
Every time running .UseSQLiteStorage(ConnectionString, options) it attempts to create Hangfire-related tables even if they already exist. This leads to sql-exception and failure.
The text was updated successfully, but these errors were encountered: