mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
3 lines
215 B
SQL
3 lines
215 B
SQL
ALTER TABLE "households" ADD COLUMN IF NOT EXISTS "default_locale" text DEFAULT 'ru' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "members" ADD COLUMN IF NOT EXISTS "preferred_locale" text;--> statement-breakpoint
|