This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-maps/lib/components/Geojson.js b/node_modules/react-native-maps/lib/components/Geojson.js | |
index e72b56b..62fe68b 100644 | |
--- a/node_modules/react-native-maps/lib/components/Geojson.js | |
+++ b/node_modules/react-native-maps/lib/components/Geojson.js | |
@@ -1,5 +1,7 @@ | |
import React from 'react'; | |
-import MapView from './MapView'; | |
+import Marker from './MapMarker'; | |
+import Polyline from './MapPolyline'; | |
+import Polygon from './MapPolygon'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT AVG(days_diff) AS avg_days, MIN(days_diff) AS min_days, MAX(days_diff) AS max_days, COUNT(issueid) AS count_issues,stepid, s.title AS steptitle, s.stepcolor,catid, c.title AS category | |
FROM | |
( | |
SELECT DISTINCT * FROM ( | |
SELECT a.issueid, a.stepid, b.catid, a.created, | |
CASE WHEN (a.created - f.created) IS NULL THEN a.created + INTERVAL 1 SECOND ELSE f.created END AS vcreated, | |
CASE WHEN (a.created - f.created) IS NULL THEN 0 ELSE ABS(DATEDIFF(a.created, f.created)) END AS days_diff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE scsue_imc_log SET action='step' | |
WHERE | |
action = "Initial commit" OR | |
action = "Αρχική καταχώρηση" OR | |
action = "Η κατάσταση του αιτήματος μεταβλήθηκε" OR | |
action = "Step modified" OR | |
action = "Comentario Inicial" OR | |
action = "Hacer inicial" OR | |
action = "Paso modificado" | |
; |