Rename service_params to service_quota_info #302

This commit is contained in:
Rafa de la Torre
2016-11-24 17:46:07 +01:00
parent c2ede37d75
commit 769b740ba4
3 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ CREATE TYPE cdb_dataservices_client.service_type AS ENUM (
'observatory'
);
CREATE TYPE cdb_dataservices_client.service_params AS (
CREATE TYPE cdb_dataservices_client.service_quota_info AS (
service cdb_dataservices_client.service_type,
monthly_quota NUMERIC,
used_quota NUMERIC,