Files
redux-scraper/db/migrate/20230222050313_remove_log_entry_join_tables.rb
2025-01-01 03:29:53 +00:00

8 lines
203 B
Ruby

# typed: true
class RemoveLogEntryJoinTables < ActiveRecord::Migration[7.0]
def change
drop_table :domain_fa_post_http_log_entry_joins
drop_table :domain_fa_user_http_log_entry_joins
end
end