mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
Update down.sql
This commit is contained in:
parent
f4dd7887fd
commit
1fcf2f74e9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ CREATE OR REPLACE FUNCTION generate_unique_changeme ()
|
|||
'http://changeme.invalid/' || substr(md5(random()::text), 0, 25);
|
||||
$$;
|
||||
|
||||
CREATE TRIGGER person_aggregates_post_count
|
||||
CREATE OR REPLACE TRIGGER person_aggregates_post_count
|
||||
AFTER INSERT OR DELETE OR UPDATE OF removed,
|
||||
deleted ON post
|
||||
FOR EACH ROW
|
||||
|
|
Loading…
Reference in a new issue