mlsorensen commented on code in PR #7922:
URL: https://github.com/apache/cloudstack/pull/7922#discussion_r1309204284
##########
engine/schema/src/main/java/com/cloud/upgrade/dao/DatabaseAccessObject.java:
##########
@@ -84,6 +85,31 @@ public boolean columnExists(Connection conn, String
tableName, String columnName
return columnExists;
}
+ public void addIndexIfNeeded(Connection conn, String tableName, String
columnName) {
Review Comment:
Yeah, I was thinking about that but then I have to create a separate index
naming function to tie them together, etc. I guess I was just being lazy.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]