github.com/status-im/status-go@v1.1.0/protocol/pushnotificationclient/migrations/sql/1593601729_initial_schema.down.sql (about)

     1  DROP TABLE push_notification_client_servers;
     2  DROP TABLE push_notification_client_info;
     3  DROP INDEX idx_push_notification_client_info_public_key;