[Groonga-commit] groonga/groonga-admin at 85bf7e0 [master] Fill dummy "sources" for virtual columns

Back to archive index

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


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

  New Revision: 85bf7e0144683eacc8f135a0bfa81e06649e7f79
  https://github.com/groonga/groonga-admin/commit/85bf7e0144683eacc8f135a0bfa81e06649e7f79

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

  Message:
    Fill dummy "sources" for virtual columns

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

  Modified: app/scripts/services/schema-loader.js (+2 -2)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-23 12:30:36 +0900 (3b88ef5)
+++ app/scripts/services/schema-loader.js    2016-09-23 12:33:28 +0900 (17b22f3)
@@ -216,7 +216,7 @@ angular.module('groongaAdminApp')
           flags:  ['COLUMN_SCALAR', 'PERSISTENT'],
           domain: rawTable.name,
           range:  'UInt32',
-          source: null
+          sources: []
         };
 
         if (rawTable.type != 'array') {
@@ -228,7 +228,7 @@ angular.module('groongaAdminApp')
             flags:   ['COLUMN_SCALAR'],
             domain:  rawTable.name,
             range:   rawTable.key_type.name,
-            source:  null,
+            sources: [],
             indexes: []
           };
         }
-------------- next part --------------
HTML����������������������������...
Download 



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