A PLC Mirror written in Rust
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

put an index on nullified

Mia 0c2949c1 8ba67069

+2 -1
+2 -1
src/sql/init.sql
··· 18 18 primary key (did, hash) 19 19 ); 20 20 21 - create index if not exists operations_created on operations (created_at); 21 + create index if not exists operations_created on operations (created_at); 22 + create index if not exists operations_nullified on operations (nullified);