Merge pull request 'Fixed quartz host config table prefix' (#7) from develop into master
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -66,7 +66,7 @@ public static class Quartz
|
||||
|
||||
storage.UseSystemTextJsonSerializer();
|
||||
storage.SetProperty("quartz.jobStore.clustered", "true");
|
||||
storage.SetProperty("quartz.jobStore.tablePrefix", "quartz_");
|
||||
storage.SetProperty("quartz.jobStore.tablePrefix", "qrtz_");
|
||||
|
||||
storage.UsePostgres(connectionString!);
|
||||
storage.UseClustering(cluster =>
|
||||
|
||||
Reference in New Issue
Block a user