]> Untitled Git - lemmy.git/blob - server/migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
50c95bb2a4f3fe4b2f4388d1b46f88f9faf9dcb0
[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;