mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Story#105855968 - change registrar parameter from exclude_in_monthly_directo to test_registrar be used more widely
This commit is contained in:
parent
a950e9e4a7
commit
c957bce553
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
class AddExcludeMonthlyDirectoToRegistrar < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :exclude_in_monthly_directo, :boolean, default: false
|
||||
end
|
||||
end
|
|
@ -0,0 +1,5 @@
|
|||
class AddTestRegistrarToRegistrar < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :test_registrar, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue