refactor: change user
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5ecf55a1e7
commit
fda428d73e
|
@ -7,7 +7,7 @@ WHERE s.nif <> TRIM(IF(c.code = LEFT(s.nif, 2), MID(s.nif, 3, LENGTH(s.nif)-1),
|
||||||
|
|
||||||
INSERT IGNORE INTO `vn`.`chat`
|
INSERT IGNORE INTO `vn`.`chat`
|
||||||
(senderFk, recipient, checkUserStatus, message, status, attempts)
|
(senderFk, recipient, checkUserStatus, message, status, attempts)
|
||||||
VALUES(19294, '#informatica-cau', 0, '
|
VALUES(19263, '#informatica-cau', 0, '
|
||||||
```
|
```
|
||||||
UPDATE `vn`.`supplier` s
|
UPDATE `vn`.`supplier` s
|
||||||
JOIN vn.country c ON c.id = s.countryFk
|
JOIN vn.country c ON c.id = s.countryFk
|
||||||
|
|
Loading…
Reference in New Issue