correct cleanup of mailing list table

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-03-25 06:28:30 +00:00
parent 68cb953712
commit 261ff2b4b2
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,7 @@ public class CassandraMetadataRepository
for ( Row<String, String, String> row : result.get() )
{
this.projectVersionMetadataModelTemplate.deleteRow( row.getKey() );
removeMailingList( row.getKey() );
}
result = HFactory //
@ -418,6 +419,7 @@ public class CassandraMetadataRepository
for ( Row<String, String, String> row : result.get() )
{
this.projectVersionMetadataModelTemplate.deleteRow( row.getKey() );
removeMailingList( row.getKey() );
}
result = HFactory //
@ -661,6 +663,7 @@ public class CassandraMetadataRepository
for ( Row<String, String, String> row : result.get() )
{
this.projectVersionMetadataModelTemplate.deleteRow( row.getKey() );
removeMailingList( row.getKey() );
}
result = HFactory //