Skip to content
Snippets Groups Projects
Commit 1d4848b6 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

DB migration : Use relative paths for apps

parent 84d056b6
No related branches found
No related tags found
No related merge requests found
UPDATE app SET link='/ViewerProject/GraphViewer.html' WHERE id=2;
UPDATE app SET link='/3c/index.html' WHERE id=3;
UPDATE app SET link='/Papaya/standard-with-atlas/index.html' WHERE id=7;
UPDATE app SET image='/logo-geneexpression.png' WHERE id=1;
UPDATE app SET image='/logo-3d-explore.png' WHERE id=2;
UPDATE app SET image='/logo-3c.png' WHERE id=3;
UPDATE app SET image='/logo-bargraph.png' WHERE id=4;
UPDATE app SET image='/logo-sunburst.png' WHERE id=5;
UPDATE app SET image='/logo-3d-brain.png' WHERE id=6;
UPDATE app SET image='/logo-2d-atlas.png' WHERE id=7;
UPDATE app SET image='/logo-graphviewer.png' WHERE id=8;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment