Sha256: d2473cabd5da9b0a6e7c9adc08bcaf71dad285164ac4c5ea5dabfd61044c1a60

Contents?: true

Size: 190 Bytes

Versions: 20

Compression:

Stored size: 190 Bytes

Contents

class AllowCommitWithoutAuthor < ActiveRecord::Migration[5.1]
  def change
    change_column_null(:commits, :author_id, true)
    change_column_null(:commits, :committer_id, true)
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.38.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.37.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.36.1 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.36.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.35.1 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.35.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.34.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.33.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.32.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.31.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.30.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.29.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.28.1 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.28.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.27.1 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.27.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.26.0 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.25.1 db/migrate/20180802172632_allow_commit_without_author.rb
shipit-engine-0.25.0 db/migrate/20180802172632_allow_commit_without_author.rb