mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°7044 - Update installer to move "language" attribute to ActionNotification class (iTop 3.2.0 min)
This commit is contained in:
@@ -73,7 +73,7 @@ if (!class_exists('StructureInstaller'))
|
||||
SetupLog::Info("| Migrate ActionEmail language attribute values to its parent.");
|
||||
$sTableToRead = MetaModel::DBGetTable('ActionEmail');
|
||||
$sTableToSet = MetaModel::DBGetTable('ActionNotification');
|
||||
self::MoveColumnInDB($sTableToRead, 'language', $sTableToSet, 'language');
|
||||
self::MoveColumnInDB($sTableToRead, 'language', $sTableToSet, 'language', true);
|
||||
SetupLog::Info("| ActionEmail migration done.");
|
||||
}
|
||||
// If you want to migrate data from one format to another, do it here
|
||||
|
||||
Reference in New Issue
Block a user