mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-02-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USERS.EMAIL_ADDRESS' field to the database. * Added 'RDUser::emailAddress()', 'RDUser::setEmaiAddress()' and 'RDUser::emailContact()' methods. * Added 'RDUser::emailIsValid()' and 'RDUser::emailContact()' static methods. * Added logic to rdcastmanager(1) to insert the author's e-mail contact automatically when posting a new episode.
This commit is contained in:
@@ -159,7 +159,7 @@ void MainObject::InitializeSchemaMap() {
|
||||
global_version_map["3.0"]=308;
|
||||
global_version_map["3.1"]=310;
|
||||
global_version_map["3.2"]=311;
|
||||
global_version_map["3.3"]=316;
|
||||
global_version_map["3.3"]=317;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user