feat: volume settings
This commit is contained in:
parent
8a69bbca88
commit
95df713b06
16 changed files with 1794 additions and 112 deletions
2
website/drizzle/0011_broken_risque.sql
Normal file
2
website/drizzle/0011_broken_risque.sql
Normal 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;
|
||||
Reference in a new issue