mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
sql format
This commit is contained in:
parent
f22d602a10
commit
fc0b7a9638
|
@ -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
|
||||
|
|
|
@ -19,11 +19,7 @@ SET
|
|||
FROM
|
||||
person
|
||||
WHERE
|
||||
local
|
||||
)
|
||||
)
|
||||
;
|
||||
|
||||
local));
|
||||
|
||||
CREATE OR REPLACE FUNCTION community_aggregates_subscriber_count ()
|
||||
RETURNS TRIGGER
|
||||
|
|
Loading…
Reference in a new issue