Bugfix in Test Models that made Oracle tests fail for illegal identifier name
This commit is contained in:
parent
104dd7aa77
commit
5bebf13d58
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class NavPhotos
|
||||||
private $poi;
|
private $poi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @column(type="string")
|
* @column(type="string", name="file_name")
|
||||||
*/
|
*/
|
||||||
private $file;
|
private $file;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue