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
@@ -0,0 +1,2 @@
-- Dropping NONUNIQUE idx_timelineprojectitemfk1 [TimelineObjectId] because it overlaps with PRIMARY pk_timelineprojectitem [TimelineObjectId, ProjectItemId]
DROP INDEX snprc_scheduler.idx_timelineprojectitemfk1;
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 26.000;
return 26.001;
}

@Override
Expand Down