sql format

This commit is contained in:
İsmail Karslı 2023-11-16 00:06:25 +03:00
parent f22d602a10
commit fc0b7a9638
No known key found for this signature in database
GPG key ID: A28872907CA1BE93
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,5 @@
ALTER TABLE community_aggregates
DROP COLUMN local_subscribers;
DROP COLUMN local_subscribers;
CREATE OR REPLACE FUNCTION community_aggregates_subscriber_count ()
RETURNS TRIGGER

View file

@ -19,11 +19,7 @@ SET
FROM
person
WHERE
local
)
)
;
local));
CREATE OR REPLACE FUNCTION community_aggregates_subscriber_count ()
RETURNS TRIGGER