Sha256: 60f6ac8646b7e6d0c4500df3934a3a02d546e7050c9b5b1e8bf6abe92e9b7d62
Contents?: true
Size: 203 Bytes
Versions: 136
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true class AddDescriptionToOrganizations < ActiveRecord::Migration[5.0] def change change_table :decidim_organizations do |t| t.jsonb :description end end end
Version data entries
136 entries across 136 versions & 2 rubygems