mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
parent
70fb91c812
commit
f449f1c107
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeRegistrarsCountryCodeToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :registrars, :country_code, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue