From 14df2b09a55aed0eb13ae24f8062cf7b9448bda9 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 20 Feb 2007 10:28:00 +0000 Subject: [PATCH] ebl add sqlite notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4217 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/batch-insert.readme | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bacula/patches/testing/batch-insert.readme b/bacula/patches/testing/batch-insert.readme index 3348181b3d..c17fed9c9b 100644 --- a/bacula/patches/testing/batch-insert.readme +++ b/bacula/patches/testing/batch-insert.readme @@ -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 -- 2.39.5