Commit 2da89a75 authored by Frank Bergmann's avatar Frank Bergmann

- Added examples for Rule Engine

parent 4a2b1e71
...@@ -502,3 +502,6 @@ end; $body$ language 'plpgsql'; ...@@ -502,3 +502,6 @@ end; $body$ language 'plpgsql';
select inline_0 (); select inline_0 ();
drop function inline_0 (); drop function inline_0 ();
-- Source example rules
\i intranet-rule-engine-examples.sql
-- 5.0.2.0.0-5.0.2.0.1.sql
SELECT acs_log__debug('/packages/intranet-rule-engine/sql/postgresql/upgrade/upgrade-5.0.2.0.0-5.0.2.0.1.sql','');
SELECT im_rule__new( SELECT im_rule__new(
null, null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment