| ... |
... |
@@ -27,6 +27,6 @@ INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, |
|
27
|
27
|
INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, lastupdatedate, status, needComment, code, observation, logbook, targetWellsSampling, landing, localMarket, localMarketWellsSampling, localMarketSurveySampling, advancedSampling, fieldEnabler, label1, label2, label3) values ('fr.ird.referential.ps.common.AcquisitionStatus#${REFERENTIAL_PREFIX}006' , 0, ${CURRENT_DATE}, ${CURRENT_TIMESTAMP}, 1, false, '6' , true, false, true, false, true, true, true, true, false, 'Not done, insufficient human resources' , 'Non réalisé, ressources humaines insuffisantes' , 'Not done, insufficient human resources TODO' );
|
|
28
|
28
|
INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, lastupdatedate, status, needComment, code, observation, logbook, targetWellsSampling, landing, localMarket, localMarketWellsSampling, localMarketSurveySampling, advancedSampling, fieldEnabler, label1, label2, label3) values ('fr.ird.referential.ps.common.AcquisitionStatus#${REFERENTIAL_PREFIX}007' , 0, ${CURRENT_DATE}, ${CURRENT_TIMESTAMP}, 1, false,'7' , false, true, false, true, false, false, false, false, false, 'Not done, documents not provided by company', 'Non réalisé, documents non fournis par l''''armement', 'Not done, documents not provided by company TODO');
|
|
29
|
29
|
INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, lastupdatedate, status, needComment, code, observation, logbook, targetWellsSampling, landing, localMarket, localMarketWellsSampling, localMarketSurveySampling, advancedSampling, fieldEnabler, label1, label2, label3) values ('fr.ird.referential.ps.common.AcquisitionStatus#${REFERENTIAL_PREFIX}099' , 0, ${CURRENT_DATE}, ${CURRENT_TIMESTAMP}, 1, false, '99' , true, true, true, true, true, true, true, true, false, 'Not done, reason unknown' , 'Non réalisé, raison inconnue' , 'Not done, reason unknown TODO' );
|
|
30
|
|
-INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, lastupdatedate, status, needComment, code, observation, logbook, targetWellsSampling, landing, localMarket, localMarketWellsSampling, localMarketSurveySampling, advancedSampling, fieldEnabler, label1, label2, label3) values ('fr.ird.referential.ps.common.AcquisitionStatus#${REFERENTIAL_PREFIX}999' , 0, ${CURRENT_DATE}, ${CURRENT_TIMESTAMP}, 1, false, '999', true, true, true, true, true, true, true, true, true, 'Status unknown' , 'Statut inconnu' , 'Status unknown TODO' );
|
|
|
30
|
+INSERT INTO ps_common.Acquisitionstatus(topiaid, topiaversion, topiacreatedate, lastupdatedate, status, needComment, code, observation, logbook, targetWellsSampling, landing, localMarket, localMarketWellsSampling, localMarketSurveySampling, advancedSampling, fieldEnabler, label1, label2, label3) values ('fr.ird.referential.ps.common.AcquisitionStatus#${REFERENTIAL_PREFIX}999' , 0, ${CURRENT_DATE}, ${CURRENT_TIMESTAMP}, 1, false, '999', true, true, true, true, true, true, true, true, false, 'Status unknown' , 'Statut inconnu' , 'Status unknown TODO' );
|
|
31
|
31
|
|
|
32
|
32
|
INSERT INTO common.LastUpdateDate(topiaId, topiaversion, topiacreatedate, type , lastUpdateDate) values ('${LAST_UPDATE_PREFIX}2032', 0, ${CURRENT_DATE}, 'fr.ird.observe.entities.referential.ps.common.AcquisitionStatus', ${CURRENT_TIMESTAMP}); |