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