[Groonga-commit] groonga/groonga-admin at 0f049a0 [master] Use table's ID for _id key ID

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 11:39:21 JST 2014


Kouhei Sutou	2014-12-31 11:39:21 +0900 (Wed, 31 Dec 2014)

  New Revision: 0f049a0351666d49581958d81bddf5040b8740a5
  https://github.com/groonga/groonga-admin/commit/0f049a0351666d49581958d81bddf5040b8740a5

  Message:
    Use table's ID for _id key ID

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+1 -0)
===================================================================
--- app/scripts/services/schema-loader.js    2014-12-31 11:15:50 +0900 (16dcf77)
+++ app/scripts/services/schema-loader.js    2014-12-31 11:39:21 +0900 (4cfeb73)
@@ -95,6 +95,7 @@ angular.module('groongaAdminApp')
 
       function addIDColumn(table) {
         var properties = {
+          id: table.id,
           name: '_id',
           type: 'fix',
           flags: ['COLUMN_SCALAR', 'PERSISTENT'],
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index