refs #6427 feat: alter account.user table

This commit is contained in:
Javier Segarra 2024-03-18 12:48:38 +01:00
parent 633f6c41e9
commit fa63efd42b
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Place your SQL code here
ALTER TABLE account.`user` ADD recoveryPhone varchar(20) NULL;