Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 4e7d7b4

Browse files
authored
Fix incorrectly named script (#58)
1 parent 688b926 commit 4e7d7b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/schemas/dbscripts/postgresql/immport-22.001-21.002.sql renamed to resources/schemas/dbscripts/postgresql/immport-22.002-22.003.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- this is a redo of 21.003-21.004, to handle case where that script did not run (due to PR merge 'problem')
2+
-- ...and a redo of redo 22.001-21.002, which was incorrectly named
23

34
ALTER TABLE immport.arm_or_cohort DROP COLUMN IF EXISTS type;
45
ALTER TABLE immport.arm_or_cohort ADD COLUMN IF NOT EXISTS type_reported VARCHAR(100);

src/org/labkey/immport/ImmPortModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public String getName()
7070
@Override
7171
public @Nullable Double getSchemaVersion()
7272
{
73-
return 22.002;
73+
return 22.003;
7474
}
7575

7676
@Override

0 commit comments

Comments
 (0)