Rename service_params to service_quota_info #302
This commit is contained in:
@@ -377,8 +377,8 @@
|
||||
params:
|
||||
- { name: aggregate_type, type: text, default: 'NULL' }
|
||||
|
||||
- name: cdb_service_params
|
||||
return_type: SETOF cdb_dataservices_client.service_params
|
||||
- name: cdb_service_quota_info
|
||||
return_type: SETOF cdb_dataservices_client.service_quota_info
|
||||
multi_row: true
|
||||
params:
|
||||
- {}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user