Update up.sql

This commit is contained in:
dullbananas 2023-12-20 20:24:55 -07:00 committed by GitHub
parent 1fcf2f74e9
commit 22030b5443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,6 @@ CREATE OR REPLACE TRIGGER community_aggregates_post_count_insert
FOR EACH STATEMENT
EXECUTE PROCEDURE community_aggregates_post_count_insert ();
DROP FUNCTION IF EXISTS site_aggregates_community_delete CASCADE;
CREATE OR REPLACE FUNCTION site_aggregates_post_update ()
RETURNS TRIGGER
LANGUAGE plpgsql