Co-authored-by: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/26
5 lines
85 B
SQL
5 lines
85 B
SQL
ALTER TABLE settings
|
|
DROP COLUMN show_tick_mood;
|
|
|
|
ALTER TABLE user
|
|
DROP COLUMN about; |