drop blob_entries_* tables

This commit is contained in:
Dylan Knutson
2025-07-21 21:14:44 +00:00
parent 537821a1a9
commit 538d3919d9
3 changed files with 25 additions and 2792 deletions

View File

@@ -0,0 +1,10 @@
# typed: strict
# frozen_string_literal: true
class DropBlobEntriesTables < ActiveRecord::Migration[7.2]
sig { void }
def up
64.times.map { |i| drop_table :"blob_entries_p_#{i.to_s.rjust(2, "0")}" }
drop_table :blob_entries_p
end
end

File diff suppressed because it is too large Load Diff