From 2e272755276e907ae2a0064557d7b618b99996fa Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Mon, 14 Nov 2016 16:30:41 +0100 Subject: [PATCH] typo --- src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql b/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql index c54e68668..7b77fa2dd 100644 --- a/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql +++ b/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql @@ -1,4 +1,4 @@ -UPDATE app SET link='/GenExpression/index.html' WHERE id=1; +UPDATE app SET link='/GeneExpression/index.html' WHERE id=1; UPDATE app SET link='/Bargraph/index.html' WHERE id=4; UPDATE app SET link='/Sunburst/index.html' WHERE id=5; UPDATE app SET link='/3d-brain/index.html' WHERE id=6; -- GitLab