Reinier Olislagers 11 년 전
부모
커밋
acf44e3025
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      comparison.pas

+ 0 - 1
comparison.pas

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