You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application of upgrade/1.15.0/30_hostlinks_parents.psql in the event of a database upgrade to aquilon 1.15.0 and the application of upgrade/1.15.0/70_hostlinks_parents.psql.backout in the event of a database downgrade from aquilon 1.15.0 both fail due to incorrect postgresql syntax.
I will submit a PR with the corrected syntax shortly.
The text was updated successfully, but these errors were encountered:
bmcann
pushed a commit
to bmcann/aquilon
that referenced
this issue
Sep 9, 2021
- Correct the syntax errors that occur when removing (upgrade) or
restoring (backout) the "NOT NULL" constraint on the "target" column
in the "hostlink" table.
- This commit addresses issue quattor#131
Change-Id: I86c5a8d4d09c5becfc545b2dcb557e831d30c275
The application of
upgrade/1.15.0/30_hostlinks_parents.psql
in the event of a database upgrade to aquilon 1.15.0 and the application ofupgrade/1.15.0/70_hostlinks_parents.psql.backout
in the event of a database downgrade from aquilon 1.15.0 both fail due to incorrect postgresql syntax.I will submit a PR with the corrected syntax shortly.
The text was updated successfully, but these errors were encountered: