From 22030b54437530b540b4750ba4dcedda26da90e5 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Wed, 20 Dec 2023 20:24:55 -0700 Subject: [PATCH] Update up.sql --- .../2023-12-19-210053_tolerable-batch-insert-speed/up.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/migrations/2023-12-19-210053_tolerable-batch-insert-speed/up.sql b/migrations/2023-12-19-210053_tolerable-batch-insert-speed/up.sql index 06ed54e24..aaa866d3a 100644 --- a/migrations/2023-12-19-210053_tolerable-batch-insert-speed/up.sql +++ b/migrations/2023-12-19-210053_tolerable-batch-insert-speed/up.sql @@ -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