]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Get rid of custom CSRF protection for user role changes
[rails.git] / db / structure.sql
index 57a9b7211a4eafca66444e04e94f049f33c1dfdf..eed9b053b7e2c38906e7c9da8695a8ab32d4f216 100644 (file)
@@ -44,7 +44,8 @@ SET search_path = public, pg_catalog;
 
 CREATE TYPE format_enum AS ENUM (
     'html',
-    'markdown'
+    'markdown',
+    'text'
 );