Skip to content

Commit

Permalink
test hg-local change
Browse files Browse the repository at this point in the history
git-svn-id: http://sphinxsearch.googlecode.com/svn/trunk@2265 8b96e2b9-35c5-2c16-bc47-5122d61876d4
  • Loading branch information
shodan committed Mar 26, 2010
1 parent cda2781 commit 958c0db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example.sql
@@ -1,5 +1,4 @@
DROP TABLE IF EXISTS test.documents;

CREATE TABLE test.documents
(
id INTEGER PRIMARY KEY NOT NULL AUTO_INCREMENT,
Expand All @@ -17,7 +16,6 @@ REPLACE INTO test.documents ( id, group_id, group_id2, date_added, title, conten
( 4, 2, 8, NOW(), 'doc number four', 'this is to test groups' );

DROP TABLE IF EXISTS test.tags;

CREATE TABLE test.tags
(
docid INTEGER NOT NULL,
Expand Down

0 comments on commit 958c0db

Please sign in to comment.