Skip to content

Commit

Permalink
Update schema version to 24.000 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jan 2, 2024
1 parent 97339db commit 57706af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OConnor/module.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: OConnor
SchemaVersion: 23.000
SchemaVersion: 24.000
RequiredServerVersion: 16.30
SupportedDatabases: pgsql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 23.000;
return 24.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion genotyping/src/org/labkey/genotyping/GenotypingModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 23.000;
return 24.000;
}

@Override
Expand Down

0 comments on commit 57706af

Please sign in to comment.