Add VISIT_COPILOT to OnboardingStep enum

Added 'VISIT_COPILOT' value to the OnboardingStep enum.
This commit is contained in:
Nicholas Tindle
2026-01-27 21:10:12 -06:00
committed by GitHub
parent db71e10d9a
commit fa85255ece

View File

@@ -1,8 +1,2 @@
/*
Warnings:
- You are about to drop the column `search` on the `StoreListingVersion` table. All the data in the column will be lost.
*/
-- AlterEnum
ALTER TYPE "OnboardingStep" ADD VALUE 'VISIT_COPILOT';