mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
parent
efb63399b2
commit
04575295ee
7 changed files with 68 additions and 26 deletions
|
@ -0,0 +1,8 @@
|
|||
class ChangeRegistrarsAddressPartsToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :registrars, :address_street, false
|
||||
change_column_null :registrars, :address_zip, false
|
||||
change_column_null :registrars, :address_city, false
|
||||
change_column_null :registrars, :address_state, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue