mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
business contact validation + tests
This commit is contained in:
parent
4ed6e90893
commit
6ff5e55a24
23 changed files with 962 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddCheckedCompanyAtToContacts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :contacts, :checked_company_at, :datetime
|
||||
end
|
||||
end
|
|
@ -0,0 +1,5 @@
|
|||
class AddCompanyRegisterStatusToContacts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :contacts, :company_register_status, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue