mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2020-08-19 Fred Gleason <fredg@paravelsystems.com>
* Changed the database field 'FEEDS.PURGE_PASSWORD' from 'varchar(64)' to 'text'. * Changed the contents of the 'FEEDS.PURGE_PASSWORD' database field from plaintext to Base64 encoding. * Incremented the database version to 334. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -161,7 +161,7 @@ void MainObject::InitializeSchemaMap() {
|
||||
global_version_map["3.2"]=311;
|
||||
global_version_map["3.3"]=314;
|
||||
global_version_map["3.4"]=317;
|
||||
global_version_map["4.0"]=333;
|
||||
global_version_map["4.0"]=334;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user