drop blob_entries_* tables
This commit is contained in:
10
db/migrate/20250721193212_drop_blob_entries_tables.rb
Normal file
10
db/migrate/20250721193212_drop_blob_entries_tables.rb
Normal 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
|
||||
2779
db/structure.sql
2779
db/structure.sql
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user