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

Fix MSSQL create and upgrade schema #4569

Merged
merged 1 commit into from Feb 6, 2024
Merged

Conversation

balsarori
Copy link
Member

fixes #4542


What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

Description

  • Issue Link:

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

* Fixed mssql query to remove syntax error

* Fixed mssql query to have correct table name

* Testing different sequence of running queries

* Revert "Testing different sequence of running queries"

This reverts commit f9dd300.

* set schema version to 8.1.0 mssql

---------

Co-authored-by: Bassam Al-Sarori <2126270+balsarori@users.noreply.github.com>
@balsarori balsarori merged commit 510825e into develop Feb 6, 2024
5 checks passed
@balsarori balsarori deleted the balsarori-4542-fix-mssql branch February 6, 2024 17:43
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

Successfully merging this pull request may close these issues.

Upgrade script for mssql 8.0.0 to 8.1.0 has syntax error
2 participants