fix in sql schema - for f37/pgsql14 (2) : will no longer work in f35/pgsql13 though
[plcapi.git] / migrations / 100-up-major-to-5.sql
index 0d310df..6c24f25 100644 (file)
@@ -3,7 +3,7 @@
 --
 -- if you somehow start from a 4.3 not entirely up-dated to rc17, 
 -- then manually run
--- http://svn.planet-lab.org/svn/PLCAPI/branches/4.3/migrations/011-up-site-and-person-tags.sql
+-- http://git.onelab.eu/?p=plcapi.git;a=blob;f=migrations/011-up-site-and-person-tags.sql;hb=refs/heads/4.3
 -- 
 UPDATE plc_db_version SET version = 5;
 UPDATE plc_db_version SET subversion = 100;