Sha256: 2068b9d1376a73e3ad06b652275b30884d0701943f538f1e79ff6617ca379326
Contents?: true
Size: 147 Bytes
Versions: 15
Compression:
Stored size: 147 Bytes
Contents
class AddLockAuthorIdToCommits < ActiveRecord::Migration[5.2] def change add_column(:commits, :lock_author_id, :integer, limit: 4) end end
Version data entries
15 entries across 15 versions & 1 rubygems