Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201209
-
Fix Version/s: CMT8.4.1.201209
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3024
-
Fix Build Number:3028
Description
1 Do migration from online to online.
2 Goto step3, Choose one table which has index, change the index to reverse, unique.
Actual result:
CREATE UNIQUE INDEX "a_b_id" ON "a"("b")
The sql need as follows:
CREATE reverse UNIQUE INDEX "a_b_id" ON "a"("b")
It is a bug about report displaying error