first draft of slice tags authorization in AddSliceTag
[plcapi.git] / migrations / 104-down-noderole.sql
index f7d7220..f3d5196 100644 (file)
@@ -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;