db is still using 4.x versioning so change subversion number to 11
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 20 Jan 2010 16:45:25 +0000 (16:45 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 20 Jan 2010 16:45:25 +0000 (16:45 +0000)
migrations/011-down-site-and-person-tags.sql [moved from migrations/001-down-site-and-person-tags.sql with 100% similarity]
migrations/011-up-site-and-person-tags.sql [moved from migrations/001-up-site-and-person-tags.sql with 98% similarity]

similarity index 98%
rename from migrations/001-up-site-and-person-tags.sql
rename to migrations/011-up-site-and-person-tags.sql
index ccb5d13..3dee8d0 100644 (file)
@@ -126,4 +126,4 @@ FROM persons
 LEFT JOIN peer_person USING (person_id);
 
 
-UPDATE plc_db_version SET subversion = 1;
+UPDATE plc_db_version SET subversion = 11;