Sha256: 6776845679597517a4371351b10aa6a3c625e09f95d9d04d93c4aef6fb06ef98
Contents?: true
Size: 198 Bytes
Versions: 65
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true class AddOmniauthSettingsToDecidimOrganization < ActiveRecord::Migration[5.2] def change add_column :decidim_organizations, :omniauth_settings, :jsonb end end
Version data entries
65 entries across 65 versions & 1 rubygems