use of deprecated field in a sql script
This commit is contained in:
parent
6c3b7d6e7c
commit
0a5c4a2826
|
@ -6,7 +6,7 @@ from
|
|||
left outer join dsm_organizations o on (o.id = dso.organization)
|
||||
where
|
||||
d.registrationdate >= cast(? as date)
|
||||
and d.eosc_datasource_type like ?
|
||||
and d._typology_to_remove_ like ?
|
||||
and d.registrationdate < a.last_collection_date
|
||||
and d.registeredby is not null
|
||||
and d.managed = true
|
||||
|
|
Loading…
Reference in New Issue