diff -r 058bb3dc685f -r 0b59724cb3f2 server/test/data-migractions/cubes/fakecustomtype/schema.py --- a/server/test/data-migractions/cubes/fakecustomtype/schema.py Mon Jan 04 18:40:30 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - -from yams.buildobjs import EntityType, make_type - -Numeric = make_type('Numeric') - -class Location(EntityType): - num = Numeric(scale=10, precision=18)