Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-07-14 19:36:28 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-07-14 19:36:28 +0400
commit470a0890f2c9a506ce870a5619c7d88fb5a96593 (patch)
treeb8961dac8f6b2f8f266f07667db37d7985fb1d1f /src
parente4615e6c06edec7ba550858e4884a788f48d3bfb (diff)
New servers have DB version 5
Diffstat (limited to 'src')
-rw-r--r--src/murmur/ServerDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
index a77c58e9a..76ac78865 100644
--- a/src/murmur/ServerDB.cpp
+++ b/src/murmur/ServerDB.cpp
@@ -346,7 +346,7 @@ ServerDB::ServerDB() {
}
if (version == 0) {
SQLDO("INSERT INTO `%1servers` (`server_id`) VALUES(1)");
- SQLDO("INSERT INTO `%1meta` (`keystring`, `value`) VALUES('version','4')");
+ SQLDO("INSERT INTO `%1meta` (`keystring`, `value`) VALUES('version','5')");
} else {
qWarning("Importing old data...");