Skip to content

Commit

Permalink
Prepare slot to store columns
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 23, 2016
1 parent bf43c9e commit 3ad5001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/services/schema-loader.js
Expand Up @@ -247,8 +247,6 @@ angular.module('groongaAdminApp')
}

function fetchColumns(table) {
table.columns = {};

return client.execute('schema')
.success(function(response) {
table.columns = buildColumns(response.tables()[table.name]);
Expand Down

0 comments on commit 3ad5001

Please sign in to comment.