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

Correct syntax errors in database upgrade to 1.15.0 #132

Open
wants to merge 1 commit into
base: upstream
Choose a base branch
from

Conversation

bmcann
Copy link

@bmcann bmcann commented Sep 9, 2021

Corrects the syntax errors that occur when removing (upgrade) or restoring (backout) the "NOT NULL" constraint on the "target" column in the "hostlink" table for the postgresql DBMS. From a quick consultation with Dr. Google, the Oracle DBMS syntax appears to be correct.

This addresses issue issue #131

Change-Id: I86c5a8d4d09c5becfc545b2dcb557e831d30c275

- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant