lemmy/migrations/2024-04-15-105932_community_followers_url_optional/up.sql

4 lines
69 B
SQL

ALTER TABLE community
ALTER COLUMN followers_url DROP NOT NULL;