add group, server and friends to db

This commit is contained in:
Soph :3 2026-01-04 14:45:15 +02:00
parent 91284c242a
commit 37ae49b66e
6 changed files with 426 additions and 8 deletions

View file

@ -0,0 +1 @@
ALTER TABLE `user` ADD `friends` text DEFAULT '[]' NOT NULL;