Edit the description fields (metadata) for images and files.
[cocanwiki.git] / cocanwiki.sql
index 7f5b718..8d20a39 100644 (file)
@@ -248,8 +248,7 @@ CREATE TABLE users (
     force_password_change boolean DEFAULT false NOT NULL,
     can_import_mail boolean DEFAULT false NOT NULL,
     email_notify boolean DEFAULT true NOT NULL,
-    invite text,
-    diff_sidebyside boolean DEFAULT false NOT NULL
+    invite text
 );