mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
4b287a3e75
commit
1cd4d2854f
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeRegistrarLanguageToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :registrars, :language, false, 'et'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue