v1.0 with SW PWA enabled
This commit is contained in:
2
backend/sql/update_service_status.sql
Normal file
2
backend/sql/update_service_status.sql
Normal file
@ -0,0 +1,2 @@
|
||||
INSERT INTO status_records (service_id, status, timestamp)
|
||||
SELECT * FROM UNNEST($1::int[], $2::int[], $3::timestamptz[]);
|
||||
Reference in New Issue
Block a user