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

5 lines
104 B
MySQL
Raw Normal View History

2020-08-26 05:54:00 +00:00
CREATE TABLE IF NOT EXISTS push_notification_server_notifications (
id BLOB NOT NULL,
UNIQUE(id)
);