diff --git a/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql b/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql new file mode 100644 index 0000000000000000000000000000000000000000..c54e68668d639b1ae1df4a9c42336f7105f59d41 --- /dev/null +++ b/src/main/resources/db/migration/V4_2__OnlyLocalAppsPaths.sql @@ -0,0 +1,5 @@ +UPDATE app SET link='/GenExpression/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; +UPDATE app SET link='/2d-bio-rules/app/index.html' WHERE id=8; \ No newline at end of file