Skip to content

Commit

Permalink
Create 20241120238823_rename_references_to_distributions.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Nov 21, 2024
1 parent 903ce89 commit 625ae2e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RenameReferencesToDistributions < ActiveRecord::Migration[7.2]
def change
rename_table :document_references, :document_distributions
end
end

0 comments on commit 625ae2e

Please sign in to comment.