X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cocanwiki.sql;h=8d20a39ec251af2d789915ce389fc20c3ed6cba6;hb=6ad484dd47c27fd54c2f26fb931ba125bae9abc6;hp=7f5b718108737b78dc6bd4d19f4087129cffae06;hpb=c5f822d1ca81042a8c0be2955668b0abebf1b11c;p=cocanwiki.git diff --git a/cocanwiki.sql b/cocanwiki.sql index 7f5b718..8d20a39 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -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 );