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;
|
||||
1402
website/drizzle/meta/0011_snapshot.json
Normal file
1402
website/drizzle/meta/0011_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -78,6 +78,13 @@
|
|||
"when": 1748439588289,
|
||||
"tag": "0010_silent_shiva",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 11,
|
||||
"version": "7",
|
||||
"when": 1748528211995,
|
||||
"tag": "0011_broken_risque",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue