logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20180310000000_change_columns_in_notifications_nonnullable.rb (341B)


  1. class ChangeColumnsInNotificationsNonnullable < ActiveRecord::Migration[5.1]
  2. def change
  3. change_column_null :notifications, :activity_id, false
  4. change_column_null :notifications, :activity_type, false
  5. change_column_null :notifications, :account_id, false
  6. change_column_null :notifications, :from_account_id, false
  7. end
  8. end