Fas 1b punkt 6: First Scan Coach + aktiveringsmätning
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- FAS 1b: Progressive onboarding (3-layer flow)
|
||||
-- Step A = immediate value, Step B = after first value, Step C = contextual/completed
|
||||
ALTER TABLE "users" ADD COLUMN "onboarding_step" text NOT NULL DEFAULT 'a';
|
||||
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "onboarding_step" text NOT NULL DEFAULT 'a';
|
||||
|
||||
-- Add feature flag for progressive onboarding rollout
|
||||
INSERT INTO "feature_flags" ("key", "enabled", "rollout_percent", "description_sv")
|
||||
|
||||
Reference in New Issue
Block a user