mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Story#105855968 - Exclude registrars in directo monthly invoices
This commit is contained in:
parent
ef55560d0e
commit
519046064d
4 changed files with 12 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddExcludeMonthlyDirectoToRegistrar < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :exclude_in_monthly_directo, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue