refs #5153
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2023-03-13 15:18:33 +01:00
parent e2ecf39f3f
commit a87e355dbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
INSERT INTO vn.clientType
SET code = 'worker',
type = 'particular';
type = 'Trabajador';
UPDATE client c
JOIN worker w ON w.id = c.id