1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Bugfix in Test Models that made Oracle tests fail for illegal identifier name

This commit is contained in:
Benjamin Eberlei 2010-07-29 00:02:42 +02:00
parent 104dd7aa77
commit 5bebf13d58

View file

@ -25,7 +25,7 @@ class NavPhotos
private $poi;
/**
* @column(type="string")
* @column(type="string", name="file_name")
*/
private $file;