Skip to content

Commit

Permalink
fix: add inclinometer constant paramter type to database if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgsmith committed Nov 21, 2024
1 parent bc37792 commit 73c41d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/migrations/schema/V1.29.00__add_incl_constant_param.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO "parameter" (id, name) VALUES ('3ea5ed77-c926-4696-a580-a3fde0f9a556', 'inclinometer-constant')
ON CONFLICT DO NOTHING;

0 comments on commit 73c41d2

Please sign in to comment.