Using a string instead of a set.

This commit is contained in:
2024-02-18 08:20:34 -05:00
parent c1de1f148b
commit c0a7ddc711
+1 -1
View File
@@ -280,7 +280,7 @@ public enum DbManager {
// Split set string and trim each element
String[] elements = mysqlSet.split(",");
String[] elements = mysqlSet.split(";");
for (String element : elements) {