mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
5 lines
153 B
Ruby
5 lines
153 B
Ruby
class AddTestRegistrarToRegistrar < ActiveRecord::Migration
|
|
def change
|
|
add_column :registrars, :test_registrar, :boolean, default: false
|
|
end
|
|
end
|