mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
implement asynchronous rake task for collect contact data from csv
This commit is contained in:
parent
cf450d373a
commit
aaaae888bf
5 changed files with 92 additions and 3 deletions
|
@ -0,0 +1,11 @@
|
|||
class CreateBusinessRegistryContacts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
create_table :business_registry_contacts do |t|
|
||||
t.string :name
|
||||
t.string :registry_code
|
||||
t.string :status
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue