Sha256: 3628bdd0c31448e68ffd23a13ad96a5b076eb76ebea56806c956adc8239e7464
Contents?: true
Size: 137 Bytes
Versions: 160
Compression:
Stored size: 137 Bytes
Contents
class AddSubmissionIdToSolution < ActiveRecord::Migration[4.2] def change add_column :solutions, :submission_id, :string end end
Version data entries
160 entries across 160 versions & 2 rubygems