]> Untitled Git - lemmy.git/blob - migrations/2021-02-02-153240_apub_columns/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2021-02-02-153240_apub_columns / down.sql
1 ALTER TABLE community
2     DROP COLUMN followers_url;
3
4 ALTER TABLE community
5     DROP COLUMN inbox_url;
6
7 ALTER TABLE community
8     DROP COLUMN shared_inbox_url;
9
10 ALTER TABLE user_
11     DROP COLUMN inbox_url;
12
13 ALTER TABLE user_
14     DROP COLUMN shared_inbox_url;
15