]> Untitled Git - lemmy.git/blob - migrations/2022-08-22-193848_comment-language-tags/down.sql
Rewrite some federation actions to remove Perform/SendActivity (ref #3670) (#3758)
[lemmy.git] / migrations / 2022-08-22-193848_comment-language-tags / down.sql
1 alter table comment drop column language_id;