mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
Update up.sql
This commit is contained in:
parent
1fcf2f74e9
commit
22030b5443
1 changed files with 0 additions and 2 deletions
|
@ -90,8 +90,6 @@ CREATE OR REPLACE TRIGGER community_aggregates_post_count_insert
|
||||||
FOR EACH STATEMENT
|
FOR EACH STATEMENT
|
||||||
EXECUTE PROCEDURE community_aggregates_post_count_insert ();
|
EXECUTE PROCEDURE community_aggregates_post_count_insert ();
|
||||||
|
|
||||||
DROP FUNCTION IF EXISTS site_aggregates_community_delete CASCADE;
|
|
||||||
|
|
||||||
CREATE OR REPLACE FUNCTION site_aggregates_post_update ()
|
CREATE OR REPLACE FUNCTION site_aggregates_post_update ()
|
||||||
RETURNS TRIGGER
|
RETURNS TRIGGER
|
||||||
LANGUAGE plpgsql
|
LANGUAGE plpgsql
|
||||||
|
|
Loading…
Reference in a new issue