]> Untitled Git - lemmy.git/blob - migrations/2022-02-18-210946_default_theme/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2022-02-18-210946_default_theme / down.sql
1 ALTER TABLE site
2     DROP COLUMN default_theme;
3