PKGBUILD/pkg/repository/db/sqlite3/deleteDevice.sql
Markus Pesch 43e9d00dcb
fix: implement repository test
changes:
- Implement repository test for the sqlite backend
- Add testutils package to start container images
- Remove deprecated till_date in measured values
- Renamed columns of the table humidities, pressures and temperatures
2020-06-01 00:56:04 +02:00

2 lines
41 B
SQL

DELETE FROM devices
WHERE device_id = $1;