mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01: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; |