Move salt column configuration to the other column configs

This commit is contained in:
ljacqu
2018-05-21 09:10:27 +02:00
parent c4b02d74b7
commit 68b896cfc3
5 changed files with 22 additions and 6 deletions
@@ -65,7 +65,7 @@ public final class DatabaseSettings implements SettingsHolder {
@Comment("Column for storing players passwords salts")
public static final Property<String> MYSQL_COL_SALT =
newProperty("ExternalBoardOptions.mySQLColumnSalt", "");
newProperty("DataSource.mySQLColumnSalt", "");
@Comment("Column for storing players emails")
public static final Property<String> MYSQL_COL_EMAIL =