mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-06 17:14:48 +00:00
5 lines
132 B
MySQL
5 lines
132 B
MySQL
![]() |
-- Add the interactions_month column
|
||
|
ALTER TABLE community_aggregates
|
||
|
ADD COLUMN interactions_month bigint NOT NULL DEFAULT 0;
|
||
|
|