Skip to content

Commit

Permalink
sql version update (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe authored Nov 2, 2023
2 parents 8eab6fa + f0054bf commit fe4fb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/misc_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
#define INVESTIGATE_BOMB "bombs"

// The SQL version required by this version of the code
#define SQL_VERSION 522205 // SS220 EDIT
#define SQL_VERSION 532205 // SS220 EDIT

// Vending machine stuff
#define CAT_NORMAL 1
Expand Down
2 changes: 1 addition & 1 deletion config/example/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ipc_screens = [
# Enable/disable the database on a whole
sql_enabled = false
# SQL version. If this is a mismatch, round start will be delayed
sql_version = 522205
sql_version = 532205
# SQL server address. Can be an IP or DNS name
sql_address = "127.0.0.1"
# SQL server port
Expand Down

0 comments on commit fe4fb99

Please sign in to comment.