Sha256: 62c7b73efc75da43fa4d63349b51f947c69aa99b12f5b4ce00df8b79840fc074
Contents?: true
Size: 285 Bytes
Versions: 93
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true class ChangeSignatureIntervalToOptional < ActiveRecord::Migration[5.1] def change change_column :decidim_initiatives, :signature_start_time, :date, null: true change_column :decidim_initiatives, :signature_end_time, :date, null: true end end
Version data entries
93 entries across 93 versions & 1 rubygems