lemmy/migrations/2024-04-15-105932_community_followers_url_optional/down.sql
Nutomic beec080274
Testing for federation with NodeBB, make community.followers_url optional (#4629)
* Testing for federation with NodeBB, make community.followers_url optional

* clippy
2024-04-29 12:34:11 +02:00

4 lines
68 B
SQL

ALTER TABLE community
ALTER COLUMN followers_url SET NOT NULL;