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
where
query :: DPS.Query
query = [sql|
-- DROP TRIGGER search_update_trigger on nodes;
CREATE OR REPLACE FUNCTION public.search_update()
RETURNS trigger AS $$
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