Project

General

Profile

« Previous | Next » 

Revision 61884

fix queries

View differences:

resetLastOperationsInfo.sql
1 1
UPDATE dsm_api
2 2
SET 	(last_aggregation_mdid, last_aggregation_total, last_aggregation_date, last_collection_mdid, last_collection_total, last_collection_date, last_download_objid, last_download_total, last_download_date) = (null, null, null, null, null, null, null, null, null)
3
WHERE id = :apiId AND datasource = :dsId
3
WHERE id = :apiId AND service = :dsId

Also available in: Unified diff