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
ea3ae8b213
status-go
/
protocol
/
migrations
/
sqlite
/
1622464519_add_chat_descrip...
3 lines
93 B
SQL
Raw
Blame
History
ALTER
TABLE
chats
ADD
COLUMN
description
TEXT
DEFAULT
"
"
;
UPDATE
chats
SET
description
=
"
"
;
Reference in New Issue
View Git Blame
Copy Permalink