Merge branch 'main' into boris/dev-1126-v2

This commit is contained in:
aecsocket
2026-08-26 14:39:18 +01:00
810 changed files with 59125 additions and 21252 deletions
@@ -0,0 +1,4 @@
CREATE TABLE user_preferences (
user_id BIGINT PRIMARY KEY REFERENCES users(id) ON DELETE CASCADE,
preferences JSONB NOT NULL
);