[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.
This commit is contained in:
parent
4d3c4a704a
commit
e2962c73dc
@ -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
|
|||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
/**
|
/**
|
||||||
* @Column(type="decimal", scale=5, precision=2)
|
* @Column(type="decimal", scale=2, precision=5)
|
||||||
*/
|
*/
|
||||||
public $decimal;
|
public $decimal;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user