Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
fix: syntax error
  • Loading branch information
dleard committed Feb 2, 2021
1 parent c13289e commit e11ce99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions schema/deploy/views/ciip_admin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@ grant select on table ggircs_portal.ciip_admin to ciip_administrator, ciip_analy
comment on view ggircs_portal.ciip_admin is E'@omit\n The view for admin data reported in the application';
comment on column ggircs_portal.ciip_admin.application_id is 'The application id';
comment on column ggircs_portal.ciip_admin.version_number is 'The application revision number';
comment on column ggircs_portal.ciip_admin.reporting_year is 'The reporting year this data was submitted for'
comment on column ggircs_portal.ciip_admin.reporting_year is 'The reporting year this data was submitted for';
comment on column ggircs_portal.ciip_admin.bcghgid is 'The facility bcghgid';
comment on column ggircs_portal.ciip_admin.facility_name is 'The name of the facility';
comment on column ggircs_portal.ciip_admin.facility_type is 'The type of the facility';
comment on column ggircs_portal.ciip_admin.facility_description is 'A description of the facility'
comment on column ggircs_portal.ciip_admin.facility_description is 'A description of the facility';
comment on column ggircs_portal.ciip_admin.operator_name is 'The name of the operator';
comment on column ggircs_portal.ciip_admin.naics is 'The operators naics code';
comment on column ggircs_portal.ciip_admin.operator_trade_name is 'The operators trade name';
comment on column ggircs_portal.ciip_admin.bc_corporate_registry_number is 'The operators bc corporate registry number';
comment on column ggircs_portal.ciip_admin.is_bc_corporate_registry_number_valid is 'Boolean value indicates if the bc corporate registry number is a valid bc corp reg number',
comment on column ggircs_portal.ciip_admin.org_book_legal_name is 'The legal name according to BCGov orgbook',
comment on column ggircs_portal.ciip_admin.duns is 'The duns number attributed to this organisation',
comment on column ggircs_portal.ciip_admin.is_bc_corporate_registry_number_valid is 'Boolean value indicates if the bc corporate registry number is a valid bc corp reg number';
comment on column ggircs_portal.ciip_admin.org_book_legal_name is 'The legal name according to BCGov orgbook';
comment on column ggircs_portal.ciip_admin.duns is 'The duns number attributed to this organisation';
comment on column ggircs_portal.ciip_admin.operator_city is 'The operators city';
comment on column ggircs_portal.ciip_admin.operator_province is 'The operators province';
comment on column ggircs_portal.ciip_admin.operator_postal_code is 'The operators postal code';
Expand Down
4 changes: 2 additions & 2 deletions schema/deploy/views/ciip_production.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ comment on column ggircs_portal.ciip_production.product_units is 'The units for
comment on column ggircs_portal.ciip_production.product_emissions is 'The amount of emissions, in tCO2e, allocated to the product';
comment on column ggircs_portal.ciip_production.requires_emission_allocation is 'Whether or not the product requires reporting an emission allocation';
comment on column ggircs_portal.ciip_production.is_energy_product is 'Boolean value indicates if the product is an energy product that is reported alongside other products';
comment on column ggircs_portal.ciip_production.product_name is 'The name of the product'
comment on column ggircs_portal.ciip_production.associated_emissions is 'The emissions associated with the manufacturing of this product'
comment on column ggircs_portal.ciip_production.product_name is 'The name of the product';
comment on column ggircs_portal.ciip_production.associated_emissions is 'The emissions associated with the manufacturing of this product';

commit;

0 comments on commit e11ce99

Please sign in to comment.