[mb-commits] branch, master, updated. Update HACKING-CAA.md with the correct location of admin/sql/caa/CreatePGQ. sql
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TbUvZ-0005Zl-2q@wiley> |
The branch, master has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=d51cbf633f45ac520f3b4483c560018bf2cb97c6 (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=a0e130e56e5e13c38a808553f35e31e7ac4f6254 (commit)
Summary of changes:
HACKING-CAA.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d51cbf633f45ac520f3b4483c560018bf2cb97c6
Author: warp <[email protected]>
Date: Thu Nov 22 12:25:48 2012 +0100
Update HACKING-CAA.md with the correct location of admin/sql/caa/CreatePGQ.sql
diff --git a/HACKING-CAA.md b/HACKING-CAA.md
index ad79f5f..95d8d25 100644
--- a/HACKING-CAA.md
+++ b/HACKING-CAA.md
@@ -74,7 +74,7 @@ Now install PGQ in the database and run the ticker:
Install the triggers into the database:
$ cd ../musicbrainz-server/
- $ carton exec -- ./admin/psql READWRITE < ./admin/sql/CreatePGQ.sql
+ $ carton exec -- ./admin/psql READWRITE < ./admin/sql/caa/CreatePGQ.sql
$ cd -
Install the dependancies for the CAA-indexer and create a
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server