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