Kouhei Sutou
null+****@clear*****
Wed Nov 5 16:55:14 JST 2014
Kouhei Sutou 2014-11-05 16:55:14 +0900 (Wed, 05 Nov 2014) New Revision: 21d032f68b14a08f9f92518d4b0e51458ce2f5dc https://github.com/groonga/groonga-admin/commit/21d032f68b14a08f9f92518d4b0e51458ce2f5dc Message: Remove needless "_key" Modified files: app/scripts/controllers/table-search-controller.js Modified: app/scripts/controllers/table-search-controller.js (+0 -3) =================================================================== --- app/scripts/controllers/table-search-controller.js 2014-11-05 00:14:12 +0900 (e4c3833) +++ app/scripts/controllers/table-search-controller.js 2014-11-05 16:55:14 +0900 (2c496d5) @@ -162,9 +162,6 @@ angular.module('groongaAdminApp') function extractTableInfo(table) { if (table.name === $scope.table) { addOutputColumn('_id'); - if (table.hasKey) { - addOutputColumn('_key'); - } } client.execute('column_list', {table: table.name}) -------------- next part -------------- HTML����������������������������... Download