Skip to content

Commit

Permalink
OF-2918: Add option to clear history for a given MUC
Browse files Browse the repository at this point in the history
Removed the code for generating room IDs for monitoring plugin tables. This functionality will now be handled by the monitoring plugin itself.
  • Loading branch information
“Huy committed Dec 18, 2024
1 parent 2c0f292 commit 036452e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 150 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import java.sql.Statement;
import java.util.Arrays;

import org.jivesoftware.database.bugfix.Issue369and370;
import org.jivesoftware.database.bugfix.OF1515;
import org.jivesoftware.database.bugfix.OF33;
import org.jivesoftware.openfire.XMPPServer;
Expand Down Expand Up @@ -276,9 +275,6 @@ else if (DbConnectionManager.getDatabaseType() == DbConnectionManager.DatabaseTy
if (i == 28 && schemaKey.equals("openfire")) {
OF1515.executeFix();
}
if (i == 9 && schemaKey.equals("monitoring")) {
Issue369and370.executeMigration();
}
} catch (Exception e) {
Log.error(e.getMessage(), e);
return false;
Expand Down

This file was deleted.

0 comments on commit 036452e

Please sign in to comment.