wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Version migration failed in MSSQL databases #19923

Closed DInuwan97 closed 8 months ago

DInuwan97 commented 8 months ago

WSO2 Identity Server Migration client’s db scripts are not correct. From the source code it is omitting the ; sign. But ; sign is required to execute the MSSQL query in the db.

UdeshAthukorala commented 8 months ago

This was already fixed with the https://github.com/wso2-enterprise/identity-migration-resources/pull/359

UdeshAthukorala commented 8 months ago

The fix will be availble from migration client version(v1.0.267) onwards.