Sha256: 5a7b2a746053e2ffbd73b8aa64d66e72924ddacc7b41d6218adcb724edc3c549
Contents?: true
Size: 119 Bytes
Versions: 3
Compression:
Stored size: 119 Bytes
Contents
class AddUserIdToGitPush < ActiveRecord::Migration def change add_column :git_push, :user_id, :integer end end
Version data entries
3 entries across 3 versions & 1 rubygems