From: Thierry Parmentelat Date: Thu, 11 Dec 2008 16:19:31 +0000 (+0000) Subject: cosmetic X-Git-Tag: PLCAPI-4.3-3~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a54fc801d75b1d62be7633e01312b9118ba94723;p=plcapi.git cosmetic --- diff --git a/migrations/v4-to-v5/migrate.sql b/migrations/v4-to-v5/migrate.sql index ab014bc3..7aea75bd 100644 --- a/migrations/v4-to-v5/migrate.sql +++ b/migrations/v4-to-v5/migrate.sql @@ -118,7 +118,7 @@ ALTER TABLE tag_types RENAME COLUMN name TO tagname; --- former slice_attribute_types had no 'category' ALTER TABLE tag_types ADD COLUMN category TEXT NOT NULL DEFAULT 'slice/legacy'; ---- append in tag_types the contents of nodenetwork_setting_types +--- append in tag_types the contents of former nodenetwork_setting_types INSERT INTO tag_types (tagname,description,min_role_id,category) SELECT name,description,min_role_id,'interface/legacy' FROM interface_tag_types;