fix: refs8174 pasar a char el PIN
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juanjo Breso 2024-12-16 12:30:35 +01:00
parent f9434871d8
commit d03a2ced04
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.sim MODIFY COLUMN pin char(4) NOT NULL CHECK (`pin` REGEXP '^[0-9]+$');