mirror of
https://github.com/ajnart/homarr.git
synced 2026-07-09 23:02:16 +02:00
* feat: add first day of week user setting * fix: add missing migrations * fix: format and test issues * fix: deepsource issue * refactor: rename first-day-of-week procedure
1 line
67 B
SQL
1 line
67 B
SQL
ALTER TABLE `user` ADD `firstDayOfWeek` integer DEFAULT 1 NOT NULL; |