tkr/config/migrations/002_add_show_tick_mood_setting.sql
Greg Sarjeant 4255f46fc7
Some checks failed
Run unit tests / run-unit-tests (push) Has been cancelled
Fix database migrations for first-time setup. (#29)
The database initialization had a number of bugs for the first-time setup. This PR fixes them.

Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/29
Co-authored-by: Greg Sarjeant <greg@subcultureofone.org>
Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
2025-07-26 15:46:06 +00:00

3 lines
69 B
SQL

ALTER TABLE settings
ADD COLUMN show_tick_mood BOOLEAN DEFAULT TRUE;