Skip to content

Commit

Permalink
[POD-1803] migration for new DFP fields
Browse files Browse the repository at this point in the history
  • Loading branch information
aploshay committed Oct 10, 2023
1 parent 1a25209 commit 51960bc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class DigitalFileProvenanceNewDatFields < ActiveRecord::Migration
def change
add_column :digital_file_provenances, :sample_rate, :string
add_column :digital_file_provenances, :digital_to_analog, :boolean
end
end

0 comments on commit 51960bc

Please sign in to comment.