From 34d26ce9e5459024a9e6828882326042360eaf12 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 20 Jan 2010 16:45:25 +0000 Subject: [PATCH] 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