]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Resources/config/doctrine/Title.orm.yml
Rename to yaml doctrine config files
[userbundle] / Resources / config / doctrine / Title.orm.yml
diff --git a/Resources/config/doctrine/Title.orm.yml b/Resources/config/doctrine/Title.orm.yml
deleted file mode 100644 (file)
index 389e89d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-Rapsys\UserBundle\Entity\Title:
-    type: mappedSuperclass
-    id:
-        id:
-            type: integer
-            generator: 
-                strategy: AUTO
-            options:
-                unsigned: true
-    fields:
-        short:
-            type: string
-            length: 4
-        title:
-            type: string
-            length: 16
-        created:
-            type: datetime
-        updated:
-            type: datetime
-#    oneToMany:
-#        users:
-#            targetEntity: User
-#            mappedBy: title