scripts::DBUpdateTo6::MigrateChatData - Migrate Chat data.
Adds multiple article entries to the article table. Returns 1 on success
my $Result = $DBUpdateTo6Object->_MigrateData( Data => \@OldArticleData, # Old structure content );
Delete chat data from the article table. Returns 1 on success
my $Result = $DBUpdateTo6Object->_DeleteOldChatArticles( ChatChannelID => $ChatChannelID, # ID of chat channel );
Verify if chat articles exists. Returns 1 on success
my $Result = $DBUpdateTo6Object->_CheckChatArticles( ChatChannelID => $ChatChannelID, # ID of chat channel );
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.