Modified by www.SourceFiles.app

This commit is contained in:
2026-08-07 04:35:43 +00:00
parent 2ea64031fd
commit 7771f26e98
@@ -29,7 +29,7 @@ CREATE TABLE IF NOT EXISTS public.households (
billing_email TEXT,
phone TEXT,
-- True when a parenting plan requires每 guardian to be contacted on their own
-- True when a parenting plan requires each guardian to be contacted on their own
-- thread instead of a single household conversation.
communicate_separately BOOLEAN NOT NULL DEFAULT FALSE,