Sha256: 11af29401e72dfca3d48880d9e72ac124570513743d0056eb92f62bffce54180

Contents?: true

Size: 193 Bytes

Versions: 46

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

class AllowNullFileColumnInDecidimAttachmentsTable < ActiveRecord::Migration[6.0]
  def change
    change_column_null :decidim_attachments, :file, true
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
decidim-participatory_processes-0.29.2 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.5 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.1 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.4 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.27.9 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.0 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.3 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.27.8 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.0.rc4 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.0.rc3 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.0.rc2 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.29.0.rc1 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.2 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.27.7 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.1 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.27.6 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.26.10 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.26.9 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.28.0 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb
decidim-participatory_processes-0.27.5 db/migrate/20210415163339_allow_null_file_column_in_decidim_attachments_table.rb