From 42fc0f723027a7652e5b9eb9228306e117a9962d Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Mon, 18 Nov 2024 11:13:02 +0500 Subject: [PATCH] 12878: add model in migration --- .../20241011071014_update_item_name_to_product_in_od_report.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrate/20241011071014_update_item_name_to_product_in_od_report.rb b/db/migrate/20241011071014_update_item_name_to_product_in_od_report.rb index b4e2df64c4c..c9c2a09354f 100644 --- a/db/migrate/20241011071014_update_item_name_to_product_in_od_report.rb +++ b/db/migrate/20241011071014_update_item_name_to_product_in_od_report.rb @@ -1,4 +1,6 @@ class UpdateItemNameToProductInOdReport < ActiveRecord::Migration[7.0] + class ReportRenderingOptions < ActiveRecord::Base; end + # OD: Orders and Distributors def up # adding subtype filter just to be safe