feat: add onboarding and calibration features to experiments, including UI updates and database schema changes
This commit is contained in:
2
drizzle/0012_optimal_kabuki.sql
Normal file
2
drizzle/0012_optimal_kabuki.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `experiment` ADD `onboarding_enabled` integer DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `experiment` ADD `calibration_enabled` integer DEFAULT false NOT NULL;
|
||||
Reference in New Issue
Block a user