mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
5 lines
158 B
Ruby
5 lines
158 B
Ruby
class AddTestRegistrarToRegistrar < ActiveRecord::Migration[6.0]
|
|
def change
|
|
add_column :registrars, :test_registrar, :boolean, default: false
|
|
end
|
|
end
|