demarches-normaliennes/db/migrate/20220405163206_add_procedure_presentation_snapshot_to_exports.rb

5 lines
168 B
Ruby

class AddProcedurePresentationSnapshotToExports < ActiveRecord::Migration[6.1]
def change
add_column :exports, :procedure_presentation_snapshot, :jsonb
end
end