logo

mastofe

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

20180206000000_change_user_id_nonnullable.rb (187B)


  1. class ChangeUserIdNonnullable < ActiveRecord::Migration[5.1]
  2. def change
  3. change_column_null :invites, :user_id, false
  4. change_column_null :web_settings, :user_id, false
  5. end
  6. end