Skip to content

Commit 3ba91c6

Browse files
authored
Drop unique constraint on study.uploadLog filePath field (#7251)
1 parent e8c888f commit 3ba91c6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE study.uploadlog DROP CONSTRAINT UQ_UploadLog_FilePath;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE study.uploadlog DROP CONSTRAINT UQ_UploadLog_FilePath;

study/src/org/labkey/study/StudyModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public String getName()
226226
@Override
227227
public Double getSchemaVersion()
228228
{
229-
return 25.004;
229+
return 25.005;
230230
}
231231

232232
@Override

0 commit comments

Comments
 (0)