Reinier Olislagers hace 11 años
padre
commit
acf44e3025
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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