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
CREATE INDEX idx_scalar_tap_receipts_allocation_signer_timestamp_cast
ON scalar_tap_receipts ((allocation_id::text), (signer_address::text), timestamp_ns);
CREATE INDEX idx_scalar_tap_invalid_receipts_allocation_signer_cast
ON scalar_tap_invalid_receipts ((allocation_id::text), (signer_address::text));
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: