Skip to content

Commit

Permalink
Quartz sync: Jan 9, 2025, 2:18 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
elymatos committed Jan 9, 2025
1 parent 4cd14e7 commit 5a1064b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/models/webtool/update_4.02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
-- Um dataset pertence somente a um projeto
--


update dataset d
join project_dataset pd on (d.idDataset = pd.idDataset)
set d.idProject = pd.idProject
where d.idDataset > 0;

0 comments on commit 5a1064b

Please sign in to comment.