SQL_VERSION / DB_VERSION

This commit is contained in:
Kyep
2019-04-22 17:37:10 -07:00
parent 4561ee94f8
commit 374f175cdc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -367,7 +367,7 @@
#define INVESTIGATE_BOMB "bombs"
// The SQL version required by this version of the code
#define SQL_VERSION 5
#define SQL_VERSION 6
// Vending machine stuff
#define CAT_NORMAL 1
+1 -1
View File
@@ -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 5
DB_VERSION 6
## Server the MySQL database can be found at.
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.