Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac62f3
)
Remove begin and length field
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:26:49 +0000
(
05:26
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:27:13 +0000
(
05:27
+0100)
Add title field
Add repository
Resources/config/doctrine/Slot.orm.yml
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/Slot.orm.yml
b/Resources/config/doctrine/Slot.orm.yml
index cd02ac35506674d8b53c649dc40368eea7eba69f..4e70c7ab9a3516b255419a46ea7d5b5bb95c4063 100644
(file)
--- a/
Resources/config/doctrine/Slot.orm.yml
+++ b/
Resources/config/doctrine/Slot.orm.yml
@@
-1,6
+1,6
@@
Rapsys\AirBundle\Entity\Slot:
type: entity
-
#
repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
+ repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
table: slots
id:
id:
@@
-10,10
+10,9
@@
Rapsys\AirBundle\Entity\Slot:
options:
unsigned: true
fields:
- begin:
- type: time
- length:
- type: time
+ title:
+ type: string
+ length: 16
created:
type: datetime
updated: