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
39a7d41135
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 18:59:01 +00: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 16:19:22 +00:00
DROP
TABLE
user_messages
;
Add Commands (#1731) This commit adds handling of Transaction commands.
2020-01-10 18:59:01 +00:00
DROP
TABLE
contacts
;