lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

0001_event_store.down.sql (140B)


      1 DROP TABLE projection_cursor;
      2 DROP TABLE nostr_event_head;
      3 DROP TABLE relay_event_seen;
      4 DROP TABLE nostr_event_tag;
      5 DROP TABLE nostr_event;