]> Untitled Git - lemmy.git/blob - migrations/2019-10-15-181630_add_themes/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2019-10-15-181630_add_themes / down.sql
1 ALTER TABLE user_
2     DROP COLUMN theme;
3