X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=migrations%2F104-down-noderole.sql;h=f3d51967d8fdad8f6ddacdcc4d3cd52d1d9b297d;hb=abb42eea5e447613258cdcffcb6167155ee29cfe;hp=f7d722087f06940e2c760f23a76406f533a28fe0;hpb=d7e6a0d352a7dee7d8fdff51f35142b9a739bdde;p=plcapi.git diff --git a/migrations/104-down-noderole.sql b/migrations/104-down-noderole.sql index f7d7220..f3d5196 100644 --- a/migrations/104-down-noderole.sql +++ b/migrations/104-down-noderole.sql @@ -1,5 +1,5 @@ -- reverting.... --- DELETE from roles WHERE name='node'; +DELETE from roles WHERE name='node'; -- recreate the min_role_id column ALTER TABLE tag_types ADD COLUMN min_role_id integer REFERENCES roles;