Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.2.2 Initial Tables created for MS-SQL lacks a forein key #76

Closed
GeorgHohenberger opened this issue Oct 26, 2016 · 2 comments
Closed
Milestone

Comments

@GeorgHohenberger
Copy link

The table QRTZ_BLOB_TRIGGERS lacks the foreign key to the QRTZ_TRIGGERS table like the other trigger type tables have (e.g. QRTZ_SIMPLE_TRIGGERS).
In Oracle this foreign key is named QRTZ_BLOB_TRIG_TO_TRIG_FK.
In MSSQL the name schould be
FK_QRTZ_BLOB_TRIGGERS_QRTZ_TRIGGERS but it is not present.

Was this made by accident or intention?

@zemian
Copy link
Contributor

zemian commented Nov 2, 2016

Hi @GeorgHohenberger , thanks for reporting the issue. I don't have a MS-SQL server to test this schema changes, it does look like a miss. Do you mind sending a Pull Request to patch the schema?

Zemian

@GeorgHohenberger
Copy link
Author

GeorgHohenberger commented Nov 13, 2016

No sorry, i don't want to join developing quartz, i just stumbled upon this when migrating quartz jobs for my company.
Ontop of it i don't find the initial sql file for mssql server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants