diff options
Diffstat (limited to 'tests/data/db_structure.xml')
-rw-r--r-- | tests/data/db_structure.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml index 5f2edbbc516..bfff2143349 100644 --- a/tests/data/db_structure.xml +++ b/tests/data/db_structure.xml @@ -216,7 +216,8 @@ <type>decimal</type> <default/> <notnull>true</notnull> - <length>15</length> + <precision>12</precision> + <scale>2</scale> </field> </declaration> </table> |