1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 22:55:38 +00:00
lemmy/migrations/2020-11-10-150835_community_follower_pending/up.sql
2020-11-10 16:45:10 +01:00

1 line
No EOL
72 B
SQL

ALTER TABLE community_follower ADD COLUMN pending BOOLEAN DEFAULT FALSE;