[mb-commits] branch, master, updated. Bump DB_SCHEMA_SEQUENCE from 15 to 16.
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TTZyD-0005qj-DN@wiley> |
The branch, master has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=2af78f28ec809e48614fa5ed79d5442ed6489a5a (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=40ecdeeebfcb49fcab2584556cba6d0484203695 (commit)
Summary of changes:
lib/DBDefs.pm.default | 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 2af78f28ec809e48614fa5ed79d5442ed6489a5a
Author: warp <[email protected]>
Date: Wed Oct 31 16:12:08 2012 +0100
Bump DB_SCHEMA_SEQUENCE from 15 to 16.
diff --git a/lib/DBDefs.pm.default b/lib/DBDefs.pm.default
index 94b6264..279ee54 100644
--- a/lib/DBDefs.pm.default
+++ b/lib/DBDefs.pm.default
@@ -83,7 +83,7 @@ MusicBrainz::Server::DatabaseConnectionFactory->register_databases(
# The schema sequence number. Must match the value in
# replication_control.current_schema_sequence.
-sub DB_SCHEMA_SEQUENCE { 15 }
+sub DB_SCHEMA_SEQUENCE { 16 }
# What type of server is this?
# * RT_MASTER - This is a master replication server. Changes are allowed, and
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server