* add bio to users table * lint * add bio field to edit user admin page * fix bio saving on new user * simplify updating localstorage user * linting --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
3 lines
68 B
SQL
3 lines
68 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "bio" TEXT DEFAULT '';
|