Merge pull request #1218 from Citadel-Station-13/upstream-merge-27686

[MIRROR] No more erros
This commit is contained in:
LetterJay
2017-06-14 08:16:02 -05:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -13,4 +13,4 @@ GLOBAL_REAL_VAR(sqlport) = "3306"
GLOBAL_REAL_VAR(sqlfdbkdb) = "test" GLOBAL_REAL_VAR(sqlfdbkdb) = "test"
GLOBAL_REAL_VAR(sqlfdbklogin) = "root" GLOBAL_REAL_VAR(sqlfdbklogin) = "root"
GLOBAL_REAL_VAR(sqlfdbkpass) = "" GLOBAL_REAL_VAR(sqlfdbkpass) = ""
GLOBAL_REAL_VAR(sqlfdbktableprefix) = "erro_" GLOBAL_REAL_VAR(sqlfdbktableprefix) = ""

View File

@@ -16,10 +16,8 @@ PORT 3306
FEEDBACK_DATABASE feedback FEEDBACK_DATABASE feedback
## Prefix to be added to the name of every table, older databases will require this be set to erro_ ## Prefix to be added to the name of every table, older databases will require this be set to erro_
## if left out defaults to erro_ for legacy reasons, if you want no table prefix, give a blank prefix rather then comment out
## Note, this does not change the table names in the database, you will have to do that yourself. ## Note, this does not change the table names in the database, you will have to do that yourself.
##IE: ##IE:
## FEEDBACK_TABLEPREFIX erro_
## FEEDBACK_TABLEPREFIX ## FEEDBACK_TABLEPREFIX
## FEEDBACK_TABLEPREFIX SS13_ ## FEEDBACK_TABLEPREFIX SS13_
## Remove "SS13_" if you are using the standard schema file. ## Remove "SS13_" if you are using the standard schema file.
@@ -29,4 +27,4 @@ FEEDBACK_TABLEPREFIX SS13_
FEEDBACK_LOGIN username FEEDBACK_LOGIN username
## Password used to access the database. ## Password used to access the database.
FEEDBACK_PASSWORD password FEEDBACK_PASSWORD password