0.0.7.3.sql 175 Bytes
-- 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;