feat: volume settings

This commit is contained in:
Face 2025-05-29 17:41:09 +03:00
parent 8a69bbca88
commit 95df713b06
16 changed files with 1794 additions and 112 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE "user" ADD COLUMN "volume_master" numeric(3, 2) DEFAULT '0.70' NOT NULL;--> statement-breakpoint
ALTER TABLE "user" ADD COLUMN "volume_muted" boolean DEFAULT false NOT NULL;

File diff suppressed because it is too large Load diff

View file

@ -78,6 +78,13 @@
"when": 1748439588289,
"tag": "0010_silent_shiva",
"breakpoints": true
},
{
"idx": 11,
"version": "7",
"when": 1748528211995,
"tag": "0011_broken_risque",
"breakpoints": true
}
]
}