Skip to content

Commit 1df2021

Browse files
committed
Adjust migration
1 parent a55f451 commit 1df2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20250301000000_purge_query_strings_from_page_urls.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Removes query strings from existing page_url entries
44
class PurgeQueryStringsFromPageUrls < ActiveRecord::Migration[7.1]
5-
class PageView < ApplicationRecord # rubocop:todo Style/Documentation
5+
class PageView < BetterTogether::ApplicationRecord # rubocop:todo Style/Documentation
66
self.table_name = 'better_together_metrics_page_views'
77
end
88

0 commit comments

Comments
 (0)