From 264abdbd4339c734cb5c22c33548ee1f9d58a293 Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Tue, 23 Apr 2024 16:20:15 +0530 Subject: [PATCH] Polishing --- .../migration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/migrations/20240423082642_set_the_should_show_chat_value_for_existing_daily_analysis_chats/migration.sql b/app/migrations/20240423082642_set_the_should_show_chat_value_for_existing_daily_analysis_chats/migration.sql index 5e7bb81..17feba3 100644 --- a/app/migrations/20240423082642_set_the_should_show_chat_value_for_existing_daily_analysis_chats/migration.sql +++ b/app/migrations/20240423082642_set_the_should_show_chat_value_for_existing_daily_analysis_chats/migration.sql @@ -1,2 +1,2 @@ -- This migration sets the shouldShowChat value to true for all existing daily analysis chats. -UPDATE "Chat" SET "shouldShowChat" = TRUE WHERE "chatType" = 'daily_analysis'; \ No newline at end of file +UPDATE "Chat" SET "shouldShowChat" = TRUE WHERE "chatType" = 'daily_analysis';