Sha256: cb5f85587053e62fcc35238b87e60611545882a3d6a04d1ba75fdc6dba2349ac

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

class RemoveAuthorshipsFromParagraphs < ActiveRecord::Migration[5.1]
  def change
    remove_column :decidim_enhanced_textwork_paragraphs, :decidim_author_id, :integer
    remove_column :decidim_enhanced_textwork_paragraphs, :decidim_user_group_id, :integer
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-enhanced_textwork-1.0.5 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb
decidim-enhanced_textwork-1.0.4 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb
decidim-enhanced_textwork-1.0.3 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb
decidim-enhanced_textwork-1.0.2 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb
decidim-enhanced_textwork-1.0.1 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb
decidim-enhanced_textwork-1.0.0 db/migrate/20180529110830_remove_authorships_from_paragraphs.rb