summaryrefslogtreecommitdiffstats
path: root/server/migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
blob: 50c95bb2a4f3fe4b2f4388d1b46f88f9faf9dcb0 (plain)
1
2
3
4
5
6
7
alter table post 
drop column ap_id, 
drop column local;

alter table comment 
drop column ap_id, 
drop column local;