lib

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

0019_repair_missing_indexes.down.sql (181B)


      1 DROP INDEX IF EXISTS nostr_event_head_kind_idx;
      2 DROP INDEX IF EXISTS plot_farm_d_tag_idx;
      3 DROP INDEX IF EXISTS gcs_location_geohash_idx;
      4 DROP INDEX IF EXISTS farm_pubkey_d_tag_idx;