Sha256: f0663fb01738d1081f54ce1f8408900980c18e4be278277920237e1f71655641
Contents?: true
Size: 168 Bytes
Versions: 29
Compression:
Stored size: 168 Bytes
Contents
class AddAllowConcurrencyToTasks < ActiveRecord::Migration[4.2] def change add_column :tasks, :allow_concurrency, :boolean, null: false, default: false end end
Version data entries
29 entries across 29 versions & 1 rubygems