From: Barış Metin Date: Thu, 21 Jan 2010 12:01:01 +0000 (+0000) Subject: get Stephen's fix: "db is still using 4.x versioning so change subversion number... X-Git-Tag: PLCAPI-4.3-33~2 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=df4cf7bd9b4e80968cf2485814b58e6bf1afa54b get Stephen's fix: "db is still using 4.x versioning so change subversion number to 11" --- diff --git a/migrations/001-down-site-and-person-tags.sql b/migrations/011-down-site-and-person-tags.sql similarity index 100% rename from migrations/001-down-site-and-person-tags.sql rename to migrations/011-down-site-and-person-tags.sql diff --git a/migrations/001-up-site-and-person-tags.sql b/migrations/011-up-site-and-person-tags.sql 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 --- a/migrations/001-up-site-and-person-tags.sql +++ b/migrations/011-up-site-and-person-tags.sql @@ -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;