[Groonga-commit] groonga/groonga-admin at 856e5d2 [master] Align

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 23 12:33:57 JST 2016


YUKI Hiroshi	2016-09-23 12:33:57 +0900 (Fri, 23 Sep 2016)

  New Revision: 856e5d2f54c2bf8fb2d296f91a8b18634eb0e906
  https://github.com/groonga/groonga-admin/commit/856e5d2f54c2bf8fb2d296f91a8b18634eb0e906

  Merged 2dd9aa7: Merge pull request #11 from groonga/features/migrate-column_list-to-schema

  Message:
    Align

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

  Modified: app/scripts/services/schema-loader.js (+7 -7)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-23 12:33:28 +0900 (17b22f3)
+++ app/scripts/services/schema-loader.js    2016-09-23 12:33:57 +0900 (7866f87)
@@ -209,13 +209,13 @@ angular.module('groongaAdminApp')
         var columns = {};
 
         columns._id = {
-          name:   '_id',
-          id:     rawTable.id || 0,
-          path:   rawTable.path || '',
-          type:   'scalar',
-          flags:  ['COLUMN_SCALAR', 'PERSISTENT'],
-          domain: rawTable.name,
-          range:  'UInt32',
+          name:    '_id',
+          id:      rawTable.id || 0,
+          path:    rawTable.path || '',
+          type:    'scalar',
+          flags:   ['COLUMN_SCALAR', 'PERSISTENT'],
+          domain:  rawTable.name,
+          range:   'UInt32',
           sources: []
         };
 
-------------- next part --------------
HTML����������������������������...
Download 



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