]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-835: Update UOC migration script: Updated comments
authorLam Voong <lkv@berkeley.edu>
Tue, 19 May 2020 21:24:02 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 21:24:02 +0000 (14:24 -0700)
src/main/resources/db/postgresql/upgrade/6.0.0/post-init/05_uoc.sql

index 44c5a80ec34bee8990bc7bfd26153d4099f5c64e..7312d6dfdc8aa88e8d7daa19a185330f44d48323 100644 (file)
@@ -31,7 +31,7 @@
 
     public.uoc_common ============> MIGRATION NEEDED: various fields updated to repeatable fields/groups.
     public.uoc_common_methodlist => NO MIGRATION NEEDED.
-    public.usergroup =============> MIGRATION NEEDED: 3 new fields added; MIGRATE userType to userInstitutionRole
+    public.usergroup =============> MIGRATION NEEDED: 2 new fields added; MIGRATE userType to userInstitutionRole
 
 -- Version 5.2 uoc_common table description and migration note:
 
@@ -416,7 +416,6 @@ $$;
          usertype            | character varying     |           | MIGRATE to userinstitutionrole
          user                | character varying     |           | NO CHANGE
          userinstitution     | character varying     |           | NEW COLUMN
-         userrole            | character varying     |           | NEW COLUMN
          userinstitutionrole | character varying     |           | NEW; MIGRATE from usertype
          useruocrole         | character varying     |           | NEW COLUMN
         Indexes:
@@ -426,7 +425,7 @@ $$;
 
     -- Migration Note:
 
-       Three new columns were added for User Role, User Institution Role, and User Use of Collections role.
+       Two new columns were added for User: Institution Role, and User: Use of Collections role.
        Instead of re-nameing the userType column to userInstitutionRole, the old column will remain, and
        the userType data is migrated to userInstitutionRole.
 */