fixed: encodes boolean and double type values for the requests
[plcapi.git] / migrations / 100-up-major-to-5.sql
1 -- myplc v5.0 starts with (5,100)
2 -- the expected former values would be (4,11)
3 --
4 -- if you somehow start from a 4.3 not entirely up-dated to rc17, 
5 -- then manually run
6 -- http://git.onelab.eu/?p=plcapi.git;a=blob;f=migrations/011-up-site-and-person-tags.sql;hb=refs/heads/4.3
7 -- 
8 UPDATE plc_db_version SET version = 5;
9 UPDATE plc_db_version SET subversion = 100;