www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8572aefbcb48badf72a357679e114aa3a1a6bbd8
parent d323df4a2d003f2998d24361845dfafc6409a678
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  1 Jun 2006 21:58:03 +0000

Forgot DROP TABLE IF EXISTS for scrapers table


Diffstat:
Mschema.sql | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/schema.sql b/schema.sql @@ -123,6 +123,7 @@ DROP INDEX IF EXISTS itemID; CREATE INDEX itemID ON collectionItems(itemID); + DROP TABLE IF EXISTS scrapers; CREATE TABLE scrapers ( scraperID INTEGER PRIMARY KEY, centralScraperID INT,