]> Untitled Git - lemmy.git/blob - migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
Adding a person.admin index, and featured_local/community indexes. (#3479)
[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;