* feat: user setting ping icons * fix: format issues * test: adjust test to match expectations
1 line
73 B
SQL
1 line
73 B
SQL
ALTER TABLE `user` ADD `pingIconsEnabled` boolean DEFAULT false NOT NULL; |