mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Syntax
This commit is contained in:
parent
e8ac5ed0c1
commit
ae467d44f9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ begin
|
|||
end
|
||||
$$ LANGUAGE plpgsql;
|
||||
|
||||
CREATE article_tsv_update BEFORE INSERT OR UPDATE
|
||||
CREATE TRIGGER article_tsv_update BEFORE INSERT OR UPDATE
|
||||
ON omnivore.pages FOR EACH ROW EXECUTE PROCEDURE update_page_tsv();
|
||||
|
||||
-- rename to page* since we aren't using Article naming anymore
|
||||
|
|
|
|||
Loading…
Reference in a new issue