CC-3921: Add mobile phone number field to user record
-done
This commit is contained in:
parent
3f0a06ee2b
commit
9cabd4d32c
10 changed files with 119 additions and 19 deletions
|
@ -451,6 +451,7 @@ CREATE TABLE "cc_subjs"
|
|||
"skype_contact" VARCHAR(255),
|
||||
"jabber_contact" VARCHAR(255),
|
||||
"email" VARCHAR(255),
|
||||
"cell_phone" VARCHAR(255),
|
||||
"login_attempts" INTEGER default 0,
|
||||
PRIMARY KEY ("id"),
|
||||
CONSTRAINT "cc_subjs_id_idx" UNIQUE ("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue