Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature ouidou/admin creation delegation gestionnaire page children management #9566

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions db/schema.rb
krichtof marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,12 @@
end

create_table "groupe_gestionnaires", force: :cascade do |t|
t.string "ancestry", default: "/", null: false, collation: "C"
t.datetime "created_at", null: false
t.bigint "groupe_gestionnaire_id"
t.string "name", null: false
t.datetime "updated_at", null: false
t.index ["ancestry"], name: "index_groupe_gestionnaires_on_ancestry"
t.index ["groupe_gestionnaire_id"], name: "index_groupe_gestionnaires_on_groupe_gestionnaire_id"
t.index ["name"], name: "index_groupe_gestionnaires_on_name"
end
Expand Down
Loading