feat: US4.3.9 children management
This commit is contained in:
parent
9ea59814ad
commit
528c51cb5e
29 changed files with 212 additions and 31 deletions
|
@ -0,0 +1,8 @@
|
|||
class AddAncestryToGroupeGestionnaires < ActiveRecord::Migration[6.1]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
add_column :groupe_gestionnaires, :ancestry, :string, collation: 'C', null: false, default: '/'
|
||||
add_index :groupe_gestionnaires, :ancestry, algorithm: :concurrently
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue