mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:54:03 +00:00
feat(locale): persist household and member preferences
This commit is contained in:
2
packages/db/drizzle/0008_lowly_spiral.sql
Normal file
2
packages/db/drizzle/0008_lowly_spiral.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "households" ADD COLUMN "default_locale" text DEFAULT 'ru' NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "members" ADD COLUMN "preferred_locale" text;--> statement-breakpoint
|
||||
Reference in New Issue
Block a user