diff --git a/apps/web/drizzle/0035_cold_slapstick.sql b/apps/web/drizzle/0035_cold_slapstick.sql index c1a02860..147254a0 100644 --- a/apps/web/drizzle/0035_cold_slapstick.sql +++ b/apps/web/drizzle/0035_cold_slapstick.sql @@ -3,6 +3,7 @@ CREATE TABLE `app_settings` ( `id` text PRIMARY KEY DEFAULT 'default' NOT NULL, `bkt_confidence_threshold` real DEFAULT 0.3 NOT NULL ); +--> statement-breakpoint -- Insert the default row INSERT INTO `app_settings` (`id`, `bkt_confidence_threshold`) VALUES ('default', 0.3);