Skip to content
Snippets Groups Projects
Commit d80e9e4e authored by Lars Johansson's avatar Lars Johansson
Browse files

Update instructions for to do for first releases

parent 1d0b3d6a
No related branches found
No related tags found
No related merge requests found
Pipeline #190531 passed
...@@ -77,11 +77,13 @@ Note ...@@ -77,11 +77,13 @@ Note
2.1 run migration script - src/main/resources/db/migration/V4__Schema_data_migration.sql 2.1 run migration script - src/main/resources/db/migration/V4__Schema_data_migration.sql
2.2 run migration script - src/main/resources/db/migration/V5.2__Data_transformation_status_deleted.sql 2.2 run migration script - src/main/resources/db/migration/V5.2__Data_transformation_status_deleted.sql
2.3 run migration script - src/main/resources/db/migration/V6.2__Schema_data_migration_audit.sql 2.3 run migration script - src/main/resources/db/migration/V6.2__Schema_data_migration_audit.sql
2.7 run migration script - src/main/resources/db/migration/V7__Remove_user_notification_cc_list.sql
about about
V4 - migrate to temporary tables, "work in progress" V4 - migrate to temporary tables, "work in progress"
V5.2 - delete entries that never have been active V5.2 - delete entries that never have been active
V6.2 - migrate to permanent tables, audit tables with all entries V6.2 - migrate to permanent tables, audit tables with all entries
V7 - remove table as no longer used
3. verification - data & application 3. verification - data & application
3.1 use old Naming REST API 3.1 use old Naming REST API
3.2 use new Naming REST API 3.2 use new Naming REST API
...@@ -93,6 +95,10 @@ Note ...@@ -93,6 +95,10 @@ Note
/verification/data_reachable /verification/data_reachable
/verification/restapi_oldvsnew /verification/restapi_oldvsnew
swagger swagger
note
that if migration_structures fails, the difference in (# namepartrevision - # sum structures)
should match number of rows that were deleted in script V5.2
3.2 analyse database 3.2 analyse database
example sql queries example sql queries
3.3 other 3.3 other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment