appany / AppAny.Quartz.EntityFrameworkCore.Migrations

EntityFrameworkCore PostgreSQL migrations for Quartz.NET
MIT License
70 stars 18 forks source link

Typo in PostgreSQL table's name #53

Closed montoner0 closed 1 year ago

montoner0 commented 1 year ago

Describe the bug I believe there's a typo in qrtz_simprop_triggers table's name for PostgreSQL. After applying of a migration it's qrtz_SIMPROP_TRIGGERS. In my case it caused errors with MassTransit+Quartz

Quartz.JobPersistenceException: Couldn't remove trigger: 42P01: relation "quartz.qrtz_simprop_triggers" does not exist

POSITION: 13
 ---> Npgsql.PostgresException (0x80004005): 42P01: relation "quartz.qrtz_simprop_triggers" does not exist

To Reproduce Steps to reproduce the behavior:

  1. Create a migration for PostgreSQL
  2. Apply it to a database
  3. Check the table's name

Expected behavior The table's name should be all in lower case.

Desktop (please complete the following information):