]> Untitled Git - lemmy.git/blob - migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2020-04-03-194936_add_activitypub_for_posts_and_comments / down.sql
1 ALTER TABLE post
2     DROP COLUMN ap_id,
3     DROP COLUMN local;
4
5 ALTER TABLE comment
6     DROP COLUMN ap_id,
7     DROP COLUMN local;
8