mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Maj du schéma des classes de docStoreBundle
This commit is contained in:
parent
f4c3282579
commit
29c729c7d7
@ -12,7 +12,7 @@ package "PersonBundle" {
|
||||
}
|
||||
|
||||
package "DocStoreBundle" {
|
||||
Document "many" --- "many" DocumentCategory
|
||||
Document "many" --- "1" DocumentCategory
|
||||
}
|
||||
|
||||
Document <|-- "herite" PersonDocument
|
||||
@ -24,7 +24,7 @@ class "Document" {
|
||||
- ArrayCollection_DocumentCategory categories
|
||||
- varchar_150 content #link to openstack
|
||||
- Center center
|
||||
- Scope scope
|
||||
- Cercle cercle
|
||||
- User user
|
||||
- DateTime date # Creation date
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user