Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Söderlund committed Jul 15, 2016
2 parents d641bf1 + f77a254 commit 9c77617
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Doctrine/Resources/Crisu83.Overseer.Entity.Assignment.dcm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Crisu83\Overseer\Entity\Assignment:
type: entity
table: rbac_assignments
id:
subjectId:
column: subject_id
type: string
fields:
subjectName:
type: string
column: subject_name
roles:
type: json_array
12 changes: 12 additions & 0 deletions src/Doctrine/Resources/Crisu83.Overseer.Entity.Permission.dcm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Crisu83\Overseer\Entity\Permission:
type: entity
table: rbac_permissions
id:
name:
type: string
fields:
resourceName:
type: string
column: resource_name
rules:
type: json_array
11 changes: 11 additions & 0 deletions src/Doctrine/Resources/Crisu83.Overseer.Entity.Role.dcm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Crisu83\Overseer\Entity\Role:
type: entity
table: rbac_roles
id:
name:
type: string
fields:
roles:
type: json_array
permissions:
type: json_array

0 comments on commit 9c77617

Please sign in to comment.