Sha256: 91bc3c3e0c06788d46a048617b339cc1b1dae529009886da17a5670f27a008b6
Contents?: true
Size: 189 Bytes
Versions: 95
Compression:
Stored size: 189 Bytes
Contents
class AddCustomExpectations < ActiveRecord::Migration[5.1] def change add_column :exercises, :custom_expectations, :text add_column :guides, :custom_expectations, :text end end
Version data entries
95 entries across 95 versions & 2 rubygems