Always require domain#transfer_code

#660
This commit is contained in:
Artur Beljajev 2018-01-22 13:03:34 +02:00
parent 524854451a
commit be057656e8
4 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class ChangeDomainsTransferCodeToNotNull < ActiveRecord::Migration
def change
change_column_null :domains, :transfer_code, false
end
end