Reinier Olislagers 11 лет назад
Родитель
Сommit
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