aboutsummaryrefslogblamecommitdiffstats
path: root/db/migrate/20241114105702_add_credit_field_to_pdf_resources.rb
blob: 7f10ea3e4778fb7093ca74e674c5af8064e59a26 (plain) (tree)
1
2
3
4
5




                                                                 
class AddCreditFieldToPdfResources < ActiveRecord::Migration[8.0]
  def change
    add_column :pdfresources, :credits, :integer
  end
end