修复bug

This commit is contained in:
jianzhichu
2026-01-27 22:44:06 +08:00
parent edbcc13086
commit 8af041cf91
9 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ namespace dy.net.extension
q.UsePersistentStore(s =>
{
s.UseSQLite(config =>
s.UseMicrosoftSQLite(config =>
{
config.ConnectionString = CreateSqliteDBConn(dbPath);
config.TablePrefix = "QRTZ_";