This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
Watch
2
Star
0
Fork
0
You've already forked status-go
mirror of
https://github.com/status-im/status-go.git
synced
2025-01-09 14:16:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
status-go
/
protocol
/
migrations
/
sqlite
/
000001_init.down.db.sql
4 lines
65 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add Commands (#1731) This commit adds handling of Transaction commands.
2020-01-10 19:59:01 +01:00
DROP
TABLE
chats
;
Move to monorepo structure (#1684) Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol
2019-11-21 17:19:22 +01:00
DROP
TABLE
user_messages
;
Add Commands (#1731) This commit adds handling of Transaction commands.
2020-01-10 19:59:01 +01:00
DROP
TABLE
contacts
;
Reference in New Issue
Copy Permalink