This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
543b087896
status-go
/
protocol
/
pushnotificationserver
/
migrations
/
sql
/
1598419937_add_push_notific...
5 lines
104 B
SQL
Raw
Blame
History
CREATE
TABLE
IF
NOT
EXISTS
push_notification_server_notifications
(
id
BLOB
NOT
NULL
,
UNIQUE
(
id
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink