-
Notifications
You must be signed in to change notification settings - Fork 1
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
Schema: name all constraints, not just PKs (before v1.0) #202
Comments
|
Fun fact: some are already named, especially in incident_contact. |
Obviously, the auto generated constraint names differ across RDBMS:
But that violates this:
– @lippserd Icinga/icingadb#221 (comment) Also, at least MariaDB numbers them. I guess, a future difference between initially imported and upgraded schema is pre-programmed. |
Postgres enumerates them too (incident_history_incident_id_fkey1), but not that often:
|
Advantages
See also
The text was updated successfully, but these errors were encountered: