mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2020-09-22 Fred Gleason <fredg@paravelsystems.com>
* Added 'FEEDS.CHANNEL_IMAGE_ID_IDX', 'FEEDS.DEFAULT_ITEM_IMAGE_ID_IDX' and 'PODCASTS.ITEM_IMAGE_ID_IDX' indexes to the database. * Incremented the database version to 337. * Added a sanity check to the 'Image Manager' dialog in rdadmin(1) to prevent deletion of in-use images. 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"]=336;
|
||||
global_version_map["4.0"]=337;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user