Sha256: e51313acfda929d8e43918001b724ce882427ce3bcd5a288fe79c8f56a0be625
Contents?: true
Size: 272 Bytes
Versions: 4
Compression:
Stored size: 272 Bytes
Contents
class SetRootCommentableNullConstraints < ActiveRecord::Migration[5.0] def change change_column_null(:decidim_comments_comments, :decidim_root_commentable_id, false) change_column_null(:decidim_comments_comments, :decidim_root_commentable_type, false) end end
Version data entries
4 entries across 4 versions & 2 rubygems