MFB: Fix syntax (Bug #8664).
authorJan Schneider <jan@horde.org>
Sat, 7 Nov 2009 13:13:06 +0000 (14:13 +0100)
committerJan Schneider <jan@horde.org>
Sat, 7 Nov 2009 13:13:22 +0000 (14:13 +0100)
turba/docs/CHANGES
turba/scripts/sql/turba.mssql.sql

index 5a2ee06..962a589 100644 (file)
@@ -10,6 +10,7 @@ v3.0-git
 v2.3.3-cvs
 ----------
 
+[jan] Fix syntax of MSSQL scripts (Bug #8664).
 [jan] Add preference for the name format to use for sorting (Request #6721).
 [jan] Condense whitespace in composite fields (Request #8654).
 [jan] Add and fix Oracle-specific SQL scripts.
index 6042164..357197b 100644 (file)
@@ -3,14 +3,14 @@ CREATE TABLE turba_objects (
     owner_id VARCHAR(255) NOT NULL,
     object_type VARCHAR(255) DEFAULT 'Object' NOT NULL,
     object_uid VARCHAR(255),
-    object_members BLOB,
+    object_members IMAGE,
     object_firstname VARCHAR(255),
     object_lastname VARCHAR(255),
     object_middlenames VARCHAR(255),
     object_nameprefix VARCHAR(32),
     object_namesuffix VARCHAR(32),
     object_alias VARCHAR(32),
-    object_photo BLOB,
+    object_photo IMAGE,
     object_phototype VARCHAR(10),
     object_bday VARCHAR(10),
     object_homestreet VARCHAR(255),
@@ -35,7 +35,7 @@ CREATE TABLE turba_objects (
     object_pager VARCHAR(25),
     object_title VARCHAR(255),
     object_role VARCHAR(255),
-    object_logo BLOB,
+    object_logo IMAGE,
     object_logotype VARCHAR(10),
     object_company VARCHAR(255),
     object_category VARCHAR(80),