mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
bf303e2059
commit
4b287a3e75
2 changed files with 9 additions and 1 deletions
5
db/migrate/20171121233843_add_registrar_language.rb
Normal file
5
db/migrate/20171121233843_add_registrar_language.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrarLanguage < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :language, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue