You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alter table trs_stats_detect add index timestamp_scan (timestamp_scan);
alter table trs_stats_detect_mon_raw add index timestamp_scan (timestamp_scan);
alter table trs_stats_detect_fort_raw add index timestamp_scan (timestamp_scan);
alter table trs_stats_location add index timestamp_scan (timestamp_scan);
alter table trs_stats_location_raw add index period (period);
Test, check, double check, deploy patch, commit.
The text was updated successfully, but these errors were encountered:
According to dkmur
Test, check, double check, deploy patch, commit.
The text was updated successfully, but these errors were encountered: