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
49373e5122
status-go
/
appdatabase
/
migrations
/
sql
/
1660134060_settings_bio.up.sql
2 lines
91 B
SQL
Raw
Blame
History
ALTER
TABLE
settings
ADD
COLUMN
bio
TEXT
NOT
NULL
DEFAULT
"
"
;
UPDATE
settings
SET
bio
=
"
"
;
Reference in New Issue
View Git Blame
Copy Permalink