Sha256: cadb376ffa38a4fd5950e2151e922aaeffbdee94a0a833b8d315debdb23d674f

Contents?: true

Size: 195 Bytes

Versions: 144

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

144 entries across 144 versions & 2 rubygems

Version Path
decidim-comments-0.13.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.12.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.13.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.12.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.13.0.pre1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.12.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.11.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.12.0.pre db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.11.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.11.0.pre1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.10.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.10.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.9.3 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.9.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.9.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.9.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.8.4 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.8.3 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.8.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.8.1 db/migrate/20161214082645_add_depth_to_comments.rb