mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-05-08 10:49:21 +08:00
4 lines
68 B
SQL
4 lines
68 B
SQL
-- name: ClearEvents :exec
|
|
DELETE FROM events
|
|
WHERE tx_hash <> '';
|
|
; |