]> Untitled Git - lemmy.git/blob - server/migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / server / 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;