Skip to content

Commit

Permalink
ajoute la colonne comptes.siret_pro_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Nov 25, 2024
1 parent 3997fdb commit cc8fb57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AjouteColonneSiretProconnectAuxComptes < ActiveRecord::Migration[7.0]
def change
add_column :comptes, :siret_pro_connect, :string
end
end
1 change: 1 addition & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
t.string "id_inclusion_connect"
t.boolean "cgu_acceptees"
t.string "id_pro_connect"
t.string "siret_pro_connect"
t.index ["confirmation_token"], name: "index_comptes_on_confirmation_token", unique: true
t.index ["deleted_at"], name: "index_comptes_on_deleted_at"
t.index ["email"], name: "index_comptes_on_email", unique: true, where: "(deleted_at IS NULL)"
Expand Down
Binary file modified docs/erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc8fb57

Please sign in to comment.