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

+ 0 - 1
comparison.pas

@@ -1431,7 +1431,6 @@ begin
           Line:= Line + 'index ' + AIndexName + ' on ' + ATableName;
 
           Line:= Line + ' (' + FieldsList.CommaText + ') ;';
-
         end;
 
         FQueryWindow.meQuery.Lines.Add(Line);

+ 1 - 0
scriptdb.pas

@@ -1,5 +1,6 @@
 unit Scriptdb;
 
+{ Non-GUI unit that allows you to script a database's object DDL statements }
 {$mode objfpc}{$H+}
 
 interface