refactor: refs #6609 sectorType description to code

This commit is contained in:
Guillermo Bonet 2024-02-08 12:08:19 +01:00
parent 2e009b6f25
commit 3f400f92e5
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.sectorType CHANGE description code varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL;