cubicweb/server/test/data-migractions/cubes/fakecustomtype/schema.py
changeset 12545 be36811f0d08
parent 12544 56e1132f19c3
child 12546 465ee7fb16e3
--- a/cubicweb/server/test/data-migractions/cubes/fakecustomtype/schema.py	Wed Mar 27 16:25:06 2019 +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)