Commit 82d9289a authored by Yoelis Acourt's avatar Yoelis Acourt

removes function, drop trigger and add sql files to vc

parent ec01d870
Pipeline #6687 failed with stages
in 71 minutes and 37 seconds
...@@ -33,7 +33,6 @@ deps ...@@ -33,7 +33,6 @@ deps
_darcs _darcs
*.pdf *.pdf
*.png *.png
*.sql
*.ini *.ini
*.toml *.toml
!test-data/test_config.ini !test-data/test_config.ini
......
-- This removes the trigger prevening ngrams deletion
-- because the function was not working.
DROP TRIGGER check_ngrams_json_trg ON ngrams;
DROP FUNCTION check_ngrams_json;
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