From d9d5e39d2d405389263f9566b2914a2a3a89034b Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 7 Oct 2024 23:06:53 -0500 Subject: [PATCH] update comment on migration --- ...0240926225916_create_hourly_workflow_classification_count.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20240926225916_create_hourly_workflow_classification_count.rb b/db/migrate/20240926225916_create_hourly_workflow_classification_count.rb index e312c5e..ef0c334 100644 --- a/db/migrate/20240926225916_create_hourly_workflow_classification_count.rb +++ b/db/migrate/20240926225916_create_hourly_workflow_classification_count.rb @@ -6,7 +6,7 @@ class CreateHourlyWorkflowClassificationCount < ActiveRecord::Migration[7.0] # We plan to do the following: # - Update the daily_classification_count_per_workflow to be materialized only (i.e. non-realtime) # - Create a subsequent realtime cagg that buckets hourly that we will create data retention policies for. The plan is for up to 72 hours worth of hourly workflow classification counts of data. - # - Update workflow query to first query the daily counts first and the query the hourly counts for just the specific date of NOw. + # - Update workflow query to first query the daily counts first and the query the hourly counts for just the specific date of now. disable_ddl_transaction! def change execute <<~SQL