Fixes #1295 - Added menu for the 'Grant Wizard' for the trigger function

nodes.
pull/3/head
Surinder Kumar 2016-06-02 14:48:23 +05:30 committed by Ashesh Vashi
parent 278f18bab8
commit e8a52fcd31
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ define([
var supported_nodes = [ var supported_nodes = [
'schema', 'coll-function', 'coll-sequence', 'schema', 'coll-function', 'coll-sequence',
'coll-table', 'coll-view', 'coll-procedure', 'coll-table', 'coll-view', 'coll-procedure',
'coll-mview', 'database' 'coll-mview', 'database', 'coll-trigger_function'
], ],
/** /**