lemmy/migrations/2020-04-03-194936_add_activitypub_for_posts_and_comments/down.sql

8 lines
118 B
MySQL
Raw Normal View History

2020-04-04 00:04:57 +00:00
alter table post
drop column ap_id,
drop column local;
alter table comment
drop column ap_id,
drop column local;