mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-31 11:49:14 +01:00
* feat(board): add mobile home board * fix: add missing translations * fix: mysql key reference with other datatype * fix: format issue * fix: missing trpc context arguments in tests * fix: missing trpc context arguments in tests
1 line
72 B
SQL
1 line
72 B
SQL
ALTER TABLE `user` ADD `mobile_home_board_id` text REFERENCES board(id); |