summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 23:26:56 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 23:26:56 -0600
commit39dd791921e94ffb55e3005e5c131c46c8929a78 (patch)
tree31885c0909de4ca354f1d33417e37a56671f3858
parent9c85904b24a5fa72c096f023e3deaa96b85dd52c (diff)
downloadmanaserv-39dd791921e94ffb55e3005e5c131c46c8929a78.tar.gz
manaserv-39dd791921e94ffb55e3005e5c131c46c8929a78.tar.bz2
manaserv-39dd791921e94ffb55e3005e5c131c46c8929a78.tar.xz
manaserv-39dd791921e94ffb55e3005e5c131c46c8929a78.zip
Fix database version in sqlite db creation file
-rw-r--r--src/sql/sqlite/createTables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/sqlite/createTables.sql b/src/sql/sqlite/createTables.sql
index 42a884db..1831c45a 100644
--- a/src/sql/sqlite/createTables.sql
+++ b/src/sql/sqlite/createTables.sql
@@ -142,7 +142,7 @@ CREATE TABLE tmw_world_states
INSERT INTO tmw_world_states VALUES('accountserver_startup',NULL,NULL, strftime('%s','now'));
INSERT INTO tmw_world_states VALUES('accountserver_version',NULL,NULL, strftime('%s','now'));
-INSERT INTO tmw_world_states VALUES('database_version', NULL,'2', strftime('%s','now'));
+INSERT INTO tmw_world_states VALUES('database_version', NULL,'3', strftime('%s','now'));
CREATE TABLE tmw_auctions
(