Sha256: 5ddb28c8be63bd91927dddc0ebc64bdfcee3c5d7762e1d595ac5583021076562
Contents?: true
Size: 252 Bytes
Versions: 122
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true class RemoveCommentAndRepliesNotificationsFromUsers < ActiveRecord::Migration[5.1] def change remove_column :decidim_users, :comments_notifications remove_column :decidim_users, :replies_notifications end end
Version data entries
122 entries across 122 versions & 2 rubygems