This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 7d2da37 Updating the port of SCP data movement of docker file server
7d2da37 is described below
commit 7d2da37dd7c7331da73e8a5c9e284f4e0e1e9bc8
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Tue Mar 12 22:52:01 2019 -0400
Updating the port of SCP data movement of docker file server
---
.../src/main/resources/database_scripts/init/01-databases.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/ide-integration/src/main/resources/database_scripts/init/01-databases.sql
b/modules/ide-integration/src/main/resources/database_scripts/init/01-databases.sql
index ba3716c..ffcf4d9 100644
---
a/modules/ide-integration/src/main/resources/database_scripts/init/01-databases.sql
+++
b/modules/ide-integration/src/main/resources/database_scripts/init/01-databases.sql
@@ -1457,7 +1457,7 @@ CREATE TABLE `SCP_DATA_MOVEMENT` (
LOCK TABLES `SCP_DATA_MOVEMENT` WRITE;
/*!40000 ALTER TABLE `SCP_DATA_MOVEMENT` DISABLE KEYS */;
-INSERT INTO `SCP_DATA_MOVEMENT` VALUES
(NULL,'DO_NOT_SET_AT_CLIENTS','SSH_KEYS','',22222,'2019-02-26
15:12:00','2019-02-26
10:12:01'),(NULL,'SCP_1e775974-c405-4793-9e6c-a88d98013a28','SSH_KEYS','',0,'2019-02-25
23:53:15','2019-02-25
23:53:15'),(NULL,'SCP_e6fa0ccf-6dcd-4361-be09-1fd7df7f7a3c','SSH_KEYS','',0,'2019-02-26
00:27:42','2019-02-26 00:27:42');
+INSERT INTO `SCP_DATA_MOVEMENT` VALUES
(NULL,'DO_NOT_SET_AT_CLIENTS','SSH_KEYS','',22222,'2019-02-26
15:12:00','2019-02-26
10:12:01'),(NULL,'SCP_1e775974-c405-4793-9e6c-a88d98013a28','SSH_KEYS','',0,'2019-02-25
23:53:15','2019-02-25
23:53:15'),(NULL,'SCP_e6fa0ccf-6dcd-4361-be09-1fd7df7f7a3c','SSH_KEYS','',22222,'2019-02-26
00:27:42','2019-02-26 00:27:42');
/*!40000 ALTER TABLE `SCP_DATA_MOVEMENT` ENABLE KEYS */;
UNLOCK TABLES;