Navigation Menu

Skip to content

Commit

Permalink
Delete old synonyms table correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 69639ef commit 92d5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database/domain.js
Expand Up @@ -294,7 +294,7 @@ Domain.prototype = {
setupBlankSynonymsTable: function() {
if (this.hasSynonymsTableSync()) {
this.context.commandSync('table_remove', {
table: this.synonymsTableName
name: this.synonymsTableName
});
}
this.context.commandSync('table_create', {
Expand Down

0 comments on commit 92d5795

Please sign in to comment.