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
/
1619094007_add_joined_chat_...
4 lines
101 B
SQL
Raw
Blame
History
ALTER
TABLE
chats
ADD
COLUMN
joined
INT
DEFAULT
0
;
UPDATE
chats
SET
joined
=
0
WHERE
joined
=
NULL
;
Reference in New Issue
View Git Blame
Copy Permalink