Sha256: 33a5c08a297f34cb6eae51962540794db19d9e8d0d591b4f4f61c012f04cc041
Contents?: true
Size: 171 Bytes
Versions: 160
Compression:
Stored size: 171 Bytes
Contents
class AddSubmissionsCountToSolution < ActiveRecord::Migration[4.2] def change add_column :solutions, :submissions_count, :integer, default: 0, null: false end end
Version data entries
160 entries across 160 versions & 2 rubygems