Merge schema files and increase schema version for v1.1.1 #630
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges the currently existing
1.2.0.sql
schema upgrade files into1.1.1.sql
and updates the schema version as removing theNOT NULL
constraint fromcustomvar_flat
.flatvalue
is not compatible (Icinga DB v1.1.1 would crash on the old schema version).fixes #602
Full schema vs. upgrade diffs
Both only differ in the contents of the
icingadb_schema
table (as expected).PostgreSQL
MariaDB
Diff of old files and
1.1.1.sql
in this PRApart from the extra insert for the schema version and an empty line, the new
1.1.1.sql
files are identical to concatenating the previous1.1.1.sql
and1.2.0.sql
.PostgreSQL
MySQL/MariaDB