]> Untitled Git - lemmy.git/blob - migrations/2023-06-27-065106_add_ui_settings/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2023-06-27-065106_add_ui_settings / down.sql
1 ALTER TABLE local_user
2     DROP COLUMN blur_nsfw;
3
4 ALTER TABLE local_user
5     DROP COLUMN auto_expand;
6