Sha256: f3a0897b1b1c61d34fa5d6102ce33f14a1b61f3a3674d043edf2cc83d06efe80
Contents?: true
Size: 371 Bytes
Versions: 89
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true class AddCancelDataToSortition < ActiveRecord::Migration[5.1] def change add_column :decidim_module_sortitions_sortitions, :cancel_reason, :jsonb add_column :decidim_module_sortitions_sortitions, :cancelled_on, :datetime add_column :decidim_module_sortitions_sortitions, :cancelled_by_user_id, :integer, index: true end end
Version data entries
89 entries across 89 versions & 1 rubygems