Commit c22f5943 authored by Patrick Bair's avatar Patrick Bair

Merge branch '323675-cleanup-web-hoo-logs-backfill-migration' into 'master'

Add migration to cleanup web_hook_logs backfill

See merge request gitlab-org/gitlab!57580
parents 83dc54eb dcab9396
---
title: Migration to cleanup after partitioned web_hook_logs backfill
merge_request: 57580
author:
type: other
# frozen_string_literal: true
class BackfillCleanupForPartitionedWebHookLogs < ActiveRecord::Migration[6.0]
include Gitlab::Database::PartitioningMigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up
finalize_backfilling_partitioned_table :web_hook_logs
end
def down
# no op
end
end
ac8063901a0de1f2e6d4fd5336f54bfca0bafa9d081066124ec9d2acf47c9b47
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment