mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
5 lines
No EOL
150 B
Ruby
5 lines
No EOL
150 B
Ruby
class AddRegistrarsSettings < ActiveRecord::Migration
|
|
def change
|
|
add_column :registrars, :settings, :jsonb, null: false, default: '{}'
|
|
end
|
|
end |