Commit e2962c73 authored by beberlei's avatar beberlei

[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the...

[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update - Changes in two files were missing.
parent 4d3c4a70
...@@ -33,6 +33,11 @@ class CmsAddress ...@@ -33,6 +33,11 @@ class CmsAddress
*/ */
public $city; public $city;
/**
* Testfield for Schema Updating Tests.
*/
public $street;
/** /**
* @OneToOne(targetEntity="CmsUser") * @OneToOne(targetEntity="CmsUser")
* @JoinColumn(name="user_id", referencedColumnName="id") * @JoinColumn(name="user_id", referencedColumnName="id")
......
...@@ -14,7 +14,7 @@ class DecimalModel ...@@ -14,7 +14,7 @@ class DecimalModel
*/ */
public $id; public $id;
/** /**
* @Column(type="decimal", scale=5, precision=2) * @Column(type="decimal", scale=2, precision=5)
*/ */
public $decimal; public $decimal;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment