diff --git a/LiteCharms.Extensions/Quartz.cs b/LiteCharms.Extensions/Quartz.cs index ea71879..ec622e1 100644 --- a/LiteCharms.Extensions/Quartz.cs +++ b/LiteCharms.Extensions/Quartz.cs @@ -28,7 +28,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 =>