Skip to content
Snippets Groups Projects
Commit 12c399ae authored by buczekp's avatar buczekp
Browse files

[LMS-2368] fixed migration problem caused by duplicated migration-074-075.sql...

[LMS-2368] fixed migration problem caused by duplicated migration-074-075.sql existing in openbis as well as in screening

SVN: 22082
parent 75abe97c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ package ch.systemsx.cisd.openbis.generic.server.dataaccess.db;
public final class DatabaseVersionHolder
{
/** Current version of the database. */
private static final String DATABASE_VERSION = "076"; // S111
private static final String DATABASE_VERSION = "077"; // S111
private DatabaseVersionHolder()
{
......
-- Keep this file empty - migration is performed in sub project screening
-- Migration from 076 to 077
---------------------------------------------
-- the property "DESCRIPTION" should be optional for materials "VIRUS", "BACTERIUM", "COMPOUND"
-- (screening-specific requirement)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment