Sha256: 355e34844ff122a4a8613bc2b358869940f242a15dd55177943303f12f865ea4
Contents?: true
Size: 216 Bytes
Versions: 49
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true class AllowNullOrganizationLogoColumnInOAuthApplicationsTable < ActiveRecord::Migration[6.0] def change change_column_null :oauth_applications, :organization_logo, true end end
Version data entries
49 entries across 49 versions & 1 rubygems