Skip to content

Commit

Permalink
Merge pull request #447 from USACE/develop
Browse files Browse the repository at this point in the history
Feature/abrfc newproduct (#445)
  • Loading branch information
adamscarberry authored Oct 10, 2023
2 parents ef39ccf + 468c0f5 commit 2bae191
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/common/V2.28.0__abrfc_qpf.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- add acquirable
INSERT INTO acquirable (id, name, slug) VALUES
('b1a4754c-5971-11ee-8c99-0242ac120002', 'abrfc-qpf-06h', 'abrfc-qpf-06h');

-- add product
INSERT INTO product (id,slug,"label",temporal_duration,temporal_resolution,dss_fpart,parameter_id,description,unit_id,deleted,suite_id,acceptable_timedelta,dss_datatype_id) VALUES
('e4a6aca8-5971-11ee-8c99-0242ac120002','abrfc-qpf-06h','QPF',21600,21600,'ABRFC-QPF','eb82d661-afe6-436a-b0df-2ab0b478a1af','Arkansas-Red Basin River Forecast Center 6-Hour QPF','c5eba078-61d1-46a0-b2e6-b7d41ec9c924',false,'40d3e055-c812-47a2-a6eb-b9943a236496','7 hour','392f8984-2e4e-47ea-ae24-dad81d87f662');

0 comments on commit 2bae191

Please sign in to comment.