new-exporter #5

Merged
michele.artini merged 21 commits from new-exporter into master 2022-04-22 10:27:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a6909dc253 - Show all commits

View File

@ -53,7 +53,7 @@ public interface DatasourceDbEntryRepository extends JpaRepository<DatasourceDbE
@Modifying
@Transactional
@Query("update #{#entityName} d set d.eosc_datasource_type = ?2 where d.id = ?1")
@Query("update #{#entityName} d set d.eoscDatasourceType = ?2 where d.id = ?1")
void setEoscDatasourceType(String dsId, String type);
@Modifying