Skip to content

Commit 5a1064b

Browse files
committed
Quartz sync: Jan 9, 2025, 2:18 PM
1 parent 4cd14e7 commit 5a1064b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

content/models/webtool/update_4.02.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
-- Um dataset pertence somente a um projeto
77
--
88

9-
9+
update dataset d
10+
join project_dataset pd on (d.idDataset = pd.idDataset)
11+
set d.idProject = pd.idProject
12+
where d.idDataset > 0;

0 commit comments

Comments
 (0)