Sha256: 58f599ba185eae174903d8941cc30fdc4b1933c8b31a9cb336c4c222e515a7a4

Contents?: true

Size: 164 Bytes

Versions: 19

Compression:

Stored size: 164 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
decidim-comments-0.2.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.2.0 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.1.0 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.1.0 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.8.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.8.1 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.7 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.7 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.6 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.6 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.5 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.5 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.4 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.3 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.3 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.2 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.2 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb
decidim-comments-0.0.1 db/migrate/20161214082645_add_depth_to_comments.rb
decidim-0.0.1 decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb