Sha256: cadb376ffa38a4fd5950e2151e922aaeffbdee94a0a833b8d315debdb23d674f

Contents?: true

Size: 195 Bytes

Versions: 142

Compression:

Stored size: 195 Bytes

Contents

# frozen_string_literal: true

class AddDepthToComments < ActiveRecord::Migration[5.0]
  def change
    add_column :decidim_comments_comments, :depth, :integer, null: false, default: 0
  end
end

Version data entries

142 entries across 142 versions & 2 rubygems

Version Path
decidim-comments-0.7.3 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.7.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.7.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.7.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.8 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.8 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.7 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.7 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.6 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.6 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.5 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.5 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.4 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.4 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.3 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.3 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.2 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.6.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.6.1 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb