myc

Self-custodial remote signer for Radroots apps
git clone https://radroots.dev/git/myc.git
Log | Files | Refs | README | LICENSE

0000_delivery_outbox_init.down.sql (334B)


      1 DROP INDEX IF EXISTS idx_myc_delivery_outbox_signer_workflow_id;
      2 DROP INDEX IF EXISTS idx_myc_delivery_outbox_attempt_id;
      3 DROP INDEX IF EXISTS idx_myc_delivery_outbox_request_id;
      4 DROP INDEX IF EXISTS idx_myc_delivery_outbox_connection_id;
      5 DROP INDEX IF EXISTS idx_myc_delivery_outbox_status;
      6 DROP TABLE IF EXISTS myc_delivery_outbox;