Sha256: c8e796281e2cdfbff373e33b4ea17baf9f2dc3d0564af5a69511ed2bbbb844a6
Contents?: true
Size: 290 Bytes
Versions: 8
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true class MakeGranterIdAndGranteeIdNonNullable < ActiveRecord::Migration[5.2] def change change_column_null :decidim_action_delegator_delegations, :granter_id, false change_column_null :decidim_action_delegator_delegations, :grantee_id, false end end
Version data entries
8 entries across 8 versions & 1 rubygems