From: Dobrica Pavlinusic Date: Wed, 5 May 2010 21:50:31 +0000 (+0200) Subject: fill database and run indexer X-Git-Url: http://git.rot13.org/?p=git-sql-sphinx.git;a=commitdiff_plain;h=a4c5044bf99ee324f3ed3eb918df56b28f041b1e fill database and run indexer --- diff --git a/Makefile b/Makefile index 43265b3..5e2e541 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ create: drop mysql -u root < git.sql + ./git-sql-insert.sh | mysql git + ./indexer.sh drop: echo "drop database git" | mysql -u root