lemmy/server/migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql
2020-04-03 20:04:57 -04:00

8 lines
118 B
SQL
Vendored

alter table post
drop column ap_id,
drop column local;
alter table comment
drop column ap_id,
drop column local;