]> Untitled Git - lemmy.git/blob - migrations/2023-06-27-065106_add_ui_settings/down.sql
remove performance-problematic and buggy duplicate site aggregates (#3732)
[lemmy.git] / migrations / 2023-06-27-065106_add_ui_settings / down.sql
1 alter table local_user drop column blur_nsfw;
2 alter table local_user drop column auto_expand;