From f23fd6b1dc7e029bfd0034558e706aaa0237144f Mon Sep 17 00:00:00 2001 From: Vadim Shetinin Date: Fri, 5 Nov 2010 08:47:58 +0300 Subject: [PATCH] schema_base changed to comply with recent changes in musicbrainz repo --- settings.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.pl b/settings.pl index 0ec3036..d3ef7e6 100755 --- a/settings.pl +++ b/settings.pl @@ -64,7 +64,7 @@ # Schema. This is where the SQL scripts to create the schema come from, only edit this if you know # what you're doing. -$schema_base = 'http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=blob_plain'; +$schema_base = 'http://git.musicbrainz.org/gitweb/?p=musicbrainz-server.git;a=blob_plain'; $hb = ($g_use_ngs ? 'master' : '6b70f50c57401fc07140dcbb242550b7e5ebfa31'); $g_schema_url = "$schema_base;f=admin/sql/CreateTables.sql;hb=$hb"; $g_index_url = "$schema_base;f=admin/sql/CreateIndexes.sql;hb=$hb";