status-go/protocol/pushnotificationserver/migrations/sql/1598419937_add_push_notific...

5 lines
104 B
SQL

CREATE TABLE IF NOT EXISTS push_notification_server_notifications (
id BLOB NOT NULL,
UNIQUE(id)
);