Skip to content

Commit

Permalink
Add sym node communication to the list of snapshot tables
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 1, 2013
1 parent 8c3b71c commit 26d6f1b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -428,7 +428,8 @@ public File snapshot() {
TableConstants.SYM_NODE_HOST),
TableConstants.getTableName(getTablePrefix(),
TableConstants.SYM_TRIGGER_HIST),
TableConstants.getTableName(getTablePrefix(), TableConstants.SYM_LOCK) });
TableConstants.getTableName(getTablePrefix(), TableConstants.SYM_LOCK),
TableConstants.getTableName(getTablePrefix(), TableConstants.SYM_NODE_COMMUNICATION)});
} catch (IOException e) {
log.warn("Failed to export table definitions", e);
} finally {
Expand Down

0 comments on commit 26d6f1b

Please sign in to comment.