Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 25.006;
}

@Override
public boolean hasScripts()
{
return true;
return 26.000;
}

@Override
Expand Down
8 changes: 1 addition & 7 deletions sla/src/org/labkey/sla/SLAModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

@Override
Expand All @@ -67,12 +67,6 @@ public double getEarliestUpgradeVersion()
return 23.000;
}

@Override
public boolean hasScripts()
{
return true;
}

@Override
protected void init()
{
Expand Down