mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Merge branch 'story/105855968-directo' into staging
# Conflicts: # config/locales/en.yml
This commit is contained in:
commit
0779657b41
7 changed files with 14 additions and 10 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