Sha256: 4667618171978d2a2ec8b35dbabafdc962b18469eb5d4f1ba38734cf81ab5004
Contents?: true
Size: 303 Bytes
Versions: 142
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true 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
142 entries across 142 versions & 2 rubygems