From df4cf7bd9b4e80968cf2485814b58e6bf1afa54b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 21 Jan 2010 12:01:01 +0000 Subject: [PATCH] get Stephen's fix: "db is still using 4.x versioning so change subversion number to 11" --- ...te-and-person-tags.sql => 011-down-site-and-person-tags.sql} | 0 ...site-and-person-tags.sql => 011-up-site-and-person-tags.sql} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename migrations/{001-down-site-and-person-tags.sql => 011-down-site-and-person-tags.sql} (100%) rename migrations/{001-up-site-and-person-tags.sql => 011-up-site-and-person-tags.sql} (98%) 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; -- 2.43.0