Files
Homarr/packages/db/migrations/sqlite/0020_empty_hellfire_club.sql
Meier Lukas e01d74f4f8 feat(board): add mobile home board (#1910)
* 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
2025-01-14 19:54:55 +01:00

1 line
72 B
SQL

ALTER TABLE `user` ADD `mobile_home_board_id` text REFERENCES board(id);