mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Added committed param to white ip
This commit is contained in:
parent
e00e44c9b8
commit
1c8a46bd89
12 changed files with 130 additions and 15 deletions
5
db/migrate/20230707084741_add_committed_to_white_ips.rb
Normal file
5
db/migrate/20230707084741_add_committed_to_white_ips.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddCommittedToWhiteIps < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :white_ips, :committed, :boolean, default: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue