Commit 7879431c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DB] trigger

parent cdf27b6b
Pipeline #831 failed with stage
...@@ -36,6 +36,7 @@ triggerSearchUpdate = execPGSQuery query ( nodeTypeId NodeDocument ...@@ -36,6 +36,7 @@ triggerSearchUpdate = execPGSQuery query ( nodeTypeId NodeDocument
where where
query :: DPS.Query query :: DPS.Query
query = [sql| query = [sql|
-- DROP TRIGGER search_update_trigger on nodes;
CREATE OR REPLACE FUNCTION public.search_update() CREATE OR REPLACE FUNCTION public.search_update()
RETURNS trigger AS $$ RETURNS trigger AS $$
begin begin
......
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