add collections with sectorFk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-21 13:38:53 +01:00
parent b1e12d7128
commit 52630f0a25
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
UPDATE vn.collection
SET sectorFk=1
WHERE id=1;