Skip to content
Snippets Groups Projects
Commit 477a405d authored by felmer's avatar felmer
Browse files

SP-357, BIS-242: back to database schema 124 because of problems and bugs in new schema.

SVN: 27408
parent 97a48826
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; ...@@ -24,7 +24,7 @@ package ch.systemsx.cisd.openbis.generic.server.dataaccess.db;
public final class DatabaseVersionHolder public final class DatabaseVersionHolder
{ {
/** Current version of the database. */ /** Current version of the database. */
private static final String DATABASE_VERSION = "125"; // S144 private static final String DATABASE_VERSION = "124"; // S144
private DatabaseVersionHolder() private DatabaseVersionHolder()
{ {
......
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