mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
parent
19f9a4eb71
commit
62c38d1f99
29 changed files with 660 additions and 16 deletions
5
db/migrate/20190426174225_add_registrars_settings.rb
Normal file
5
db/migrate/20190426174225_add_registrars_settings.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrarsSettings < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :settings, :jsonb, null: false, default: '{}'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue