Sha256: 0115b34e0243db529322164ae46c221372b5b3c911f236a5130b7fa2cd300150
Contents?: true
Size: 239 Bytes
Versions: 60
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true class AddAdminTermsOfUseBodyFieldToOrganization < ActiveRecord::Migration[5.2] def change change_table :decidim_organizations do |t| t.jsonb :admin_terms_of_use_body, null: true end end end
Version data entries
60 entries across 60 versions & 1 rubygems