]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add sqlite notes
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 10:28:00 +0000 (10:28 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 10:28:00 +0000 (10:28 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4217 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/batch-insert.readme

index 3348181b3d0092c2c4f4a4bc483853a57730468a..c17fed9c9b0f5c1407a2dae6cb17a27fdf84d1a1 100644 (file)
@@ -23,6 +23,12 @@ CREATE UNIQUE INDEX filename_name_idx on filename (name);
 DROP INDEX path_name_idx;
 CREATE UNIQUE INDEX path_name_idx on path (path);
 
+sqlite)
+
+drop index inx2;   
+drop index inx1;   
+CREATE UNIQUE INDEX path_name_idx on path (path);
+CREATE UNIQUE INDEX filename_name_idx on filename (name);
 
 $Log$
 Revision 1.2  2007/01/01 16:52:05  ricozz