#472 Create recovery code/expiration columns and methods in data source
This commit is contained in:
@@ -98,6 +98,14 @@ public class DatabaseSettings implements SettingsHolder {
|
||||
public static final Property<String> MYSQL_COL_GROUP =
|
||||
newProperty("ExternalBoardOptions.mySQLColumnGroup", "");
|
||||
|
||||
@Comment("Column for storing recovery code (when password lost)")
|
||||
public static final Property<String> MYSQL_COL_RECOVERY_CODE =
|
||||
newProperty("DataSource.mySQLrecoveryCode", "recoverycode");
|
||||
|
||||
@Comment("Column for storing recovery code expiration")
|
||||
public static final Property<String> MYSQL_COL_RECOVERY_EXPIRATION =
|
||||
newProperty("DataSource.mySQLrecoveryExpiration", "recoveryexpiration");
|
||||
|
||||
private DatabaseSettings() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user