X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=migrations%2F011-up-site-and-person-tags.sql;fp=migrations%2F001-up-site-and-person-tags.sql;h=3dee8d021c5ac60df2d0e828af138b07f2a604eb;hb=34d26ce9e5459024a9e6828882326042360eaf12;hp=ccb5d13bc5f9812bc93c115e548231a96600ee45;hpb=690573bbfe483955331a061b5d209637de56826d;p=plcapi.git 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;