Add the siret column to the services table
This commit is contained in:
parent
082e8ed626
commit
cfdbeca4da
2 changed files with 7 additions and 1 deletions
5
db/migrate/20180719125038_add_siret_to_services.rb
Normal file
5
db/migrate/20180719125038_add_siret_to_services.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddSiretToServices < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :services, :siret, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue