From 3479297bdcda3553a6e5c1a0fec2e5e4007d7566 Mon Sep 17 00:00:00 2001 From: Kyep Date: Wed, 29 Jan 2020 23:29:08 -0800 Subject: [PATCH] db version 11 --- config/example/dbconfig.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example/dbconfig.txt b/config/example/dbconfig.txt index 654a7e348d5..b1113fb625d 100644 --- a/config/example/dbconfig.txt +++ b/config/example/dbconfig.txt @@ -9,7 +9,7 @@ ## This value must be set to the version of the paradise schema in use. ## If this value does not match, the SQL database will not be loaded and an error will be generated. ## Roundstart will be delayed. -DB_VERSION 10 +DB_VERSION 11 ## Server the MySQL database can be found at. # Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.