Skip to content

Commit

Permalink
schema_base changed to comply with recent changes in musicbrainz repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Shetinin committed Nov 5, 2010
1 parent 5df777a commit f23fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.pl
Expand Up @@ -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";
Expand Down

0 comments on commit f23fd6b

Please sign in to comment.