8315-devToTest #3313

Merged
alexm merged 228 commits from 8315-devToTest into test 2024-12-18 10:30:39 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d03a2ced04 - Show all commits

View File

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