status-go/protocol/push_notification_server/migrations/1593601728_initial_schema.d...

5 lines
200 B
SQL

DROP TABLE push_notification_server_registrations;
DROP INDEX idx_push_notification_server_registrations_public_key;
DROP INDEX idx_push_notification_server_registrations_public_key_installation_id;