Skip to content

Commit 05d3e10

Browse files
committed
Quartz sync: Jan 17, 2025, 7:26 PM
1 parent c74574a commit 05d3e10

9 files changed

Lines changed: 0 additions & 45 deletions
62 Bytes
Binary file not shown.
-1.06 MB
Binary file not shown.
File renamed without changes.

content/models/webtool/reload_staticobject_from_37.sql

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,3 @@ set ao.externalId = so.idFlickr30kEntitiesChain
2525
where so.idFlickr30kEntitiesChain >= 0;
2626

2727

28-
==
29-
== @15/01/2025
30-
== As anotações de StaticEvent não estão sendo exibidas.
31-
== Isto ocorre porque não foi feita a associação dos documentos com as imagens (rel_document_image)
32-
== e nem a associação das imagens com os staticobject (rel_image_staobj)
33-
== Os comandos abaixo criam estas os documentos dos corpus "Static Entity COM/SEM sentença" e "StaticEvent COM/SEM sentença"
34-
==
35-
36-
-- rel_document_image
37-
38-
insert into annotationobjectrelation(idRelationType, idAnnotationObject1, idAnnotationObject2)
39-
select 230,d.idAnnotationObject,image.idAnnotationObject
40-
from staticsentencemm ss
41-
join imagemm i on (ss.idImageMM = i.idImageMM)
42-
join image on (i.name = image.name)
43-
join document d on (ss.idDocument = d.idDocument)
44-
where d.idCorpus in (140,141,144,145,142,143,146,147,160,161);
45-
46-
-- rel_image_staobj
47-
48-
insert into annotationobjectrelation(idRelationType, idAnnotationObject1, idAnnotationObject2)
49-
select 221,i2.idAnnotationObject, so.idAnnotationObject
50-
from staticobjectmm som
51-
join staticobject so on (som.idFlickr30kEntitiesChain = so.idFlickr30kEntitiesChain)
52-
join imagemm i1 on (som.idImageMM = i1.idImageMM)
53-
join image i2 on (i1.name = i2.name)
54-
where som.idFlickr30kEntitiesChain > 0;
55-

content/models/webtool/update_rls_4.02.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.
-398 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
33.7 KB
Binary file not shown.
33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)