PKGBUILD/pkg/storage/postgres/removeSensorByID.sql
Markus Pesch fb916c94ae
fix: add, rename and remove sensor
changes:
- Implement function to add, rename and remove sensors
2020-05-17 13:00:51 +02:00

2 lines
41 B
SQL

DELETE FROM sensors
WHERE sensor_id = $1;