]> Untitled Git - lemmy.git/blob - migrations/2021-02-02-153240_apub_columns/down.sql
Feature add three six and nine months options backend (#3226)
[lemmy.git] / migrations / 2021-02-02-153240_apub_columns / down.sql
1 ALTER TABLE community DROP COLUMN followers_url;
2 ALTER TABLE community DROP COLUMN inbox_url;
3 ALTER TABLE community DROP COLUMN shared_inbox_url;
4
5 ALTER TABLE user_ DROP COLUMN inbox_url;
6 ALTER TABLE user_ DROP COLUMN shared_inbox_url;