|
@@ -1432,7 +1432,6 @@ begin
|
|
Line:= 'alter table ' + ATableName + LineEnding +
|
|
Line:= 'alter table ' + ATableName + LineEnding +
|
|
'add constraint ' + AIndexName + LineEnding +
|
|
'add constraint ' + AIndexName + LineEnding +
|
|
'primary key (' + FieldsList.CommaText + ')';
|
|
'primary key (' + FieldsList.CommaText + ')';
|
|
-
|
|
|
|
end
|
|
end
|
|
else // Secondary
|
|
else // Secondary
|
|
begin
|
|
begin
|