Always require association

#697

(cherry picked from commit a65354c)
This commit is contained in:
Artur Beljajev 2018-02-11 03:18:39 +02:00
parent 8c5478bb6f
commit 9697752823
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class ChangeMessagesRegistrarIdToNotNull < ActiveRecord::Migration
def change
change_column_null :messages, :registrar_id, false
end
end