This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch 
airavata-2938-change-db-initialization-in-registry-server-to-use-registry-refactoring-code
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to 
refs/heads/airavata-2938-change-db-initialization-in-registry-server-to-use-registry-refactoring-code
 by this push:
     new 4649b2a  AIRAVATA-2938 Fixing typo, duplicate column
4649b2a is described below

commit 4649b2a355266ddc0626e2bc79000fa0a9ea947a
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Feb 4 11:47:24 2019 -0500

    AIRAVATA-2938 Fixing typo, duplicate column
---
 .../profile-user-core/src/main/resources/user-profile-catalog-derby.sql | 2 +-
 .../profile-user-core/src/main/resources/user-profile-catalog-mysql.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-derby.sql
 
b/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-derby.sql
index 5437f67..9ac9155 100644
--- 
a/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-derby.sql
+++ 
b/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-derby.sql
@@ -52,7 +52,7 @@ CREATE TABLE USER_PROFILE (
     LAST_NAME VARCHAR (255),
     MIDDLE_NAME VARCHAR (255),
     NAME_PREFIX VARCHAR (255),
-    NAME_PREFIX VARCHAR (255),
+    NAME_SUFFIX VARCHAR (255),
     ORCID_ID VARCHAR (255),
     COUNTRY VARCHAR (255),
     HOME_ORGANIZATION VARCHAR (255),
diff --git 
a/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-mysql.sql
 
b/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-mysql.sql
index 14f1d24..8020ccb 100644
--- 
a/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-mysql.sql
+++ 
b/airavata-services/profile-service/profile-user-core/src/main/resources/user-profile-catalog-mysql.sql
@@ -52,7 +52,7 @@ CREATE TABLE IF NOT EXISTS USER_PROFILE (
     LAST_NAME VARCHAR (255),
     MIDDLE_NAME VARCHAR (255),
     NAME_PREFIX VARCHAR (255),
-    NAME_PREFIX VARCHAR (255),
+    NAME_SUFFIX VARCHAR (255),
     ORCID_ID VARCHAR (255),
     COUNTRY VARCHAR (255),
     HOME_ORGANIZATION VARCHAR (255),

Reply via email to