Skip to content

Commit

Permalink
0001074: sym_node_channel_ctl should not be included in the list of t…
Browse files Browse the repository at this point in the history
…ables to load during registration
  • Loading branch information
chenson42 committed Feb 25, 2013
1 parent 912ca32 commit d97ab75
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -107,7 +107,6 @@ protected static List<String> populateConfigTables(String tablePrefix) {
configTables.add(getTableName(tablePrefix, TableConstants.SYM_NODE_SECURITY));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_PARAMETER));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_CHANNEL));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_NODE_CHANNEL_CTL));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_NODE_GROUP_CHANNEL_WINDOW));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_TRIGGER));
configTables.add(getTableName(tablePrefix, TableConstants.SYM_ROUTER));
Expand Down

0 comments on commit d97ab75

Please sign in to comment.