Add migration files for the extensions.
[plcapi.git] / migrations / 100-up-major-to-5.sql
1 -- $Id$
2 -- $URL$
3 -- myplc v5.0 starts with (5,100)
4 -- the expected former values would be (4,11)
5 --
6 -- if you somehow start from a 4.3 not entirely up-dated to rc17, 
7 -- then manually run
8 -- http://svn.planet-lab.org/svn/PLCAPI/branches/4.3/migrations/011-up-site-and-person-tags.sql
9 -- 
10 UPDATE plc_db_version SET version = 5;
11 UPDATE plc_db_version SET subversion = 100;