Index: /ccsd/trunk/dbschema/ccs_billing.schema
===================================================================
--- /ccsd/trunk/dbschema/ccs_billing.schema	(revision 1364)
+++ /ccsd/trunk/dbschema/ccs_billing.schema	(revision 1365)
@@ -139,5 +139,5 @@
     amount          real            NOT NULL,
     -- The quantity to charge. Eg. final cost for record is amount * quantity
-    quantity        integer
+    quantity        real            NOT NULL
 );
 
