]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge branch 'develop' into rewrites/coding-convention-split2-1-2
[friendica.git] / database.sql
index 7ed19f439cb3d2b9a2da54f009dabe332b2b7f37..9d56957100497f41efbf465dc7db10cac4e55bf2 100644 (file)
@@ -159,7 +159,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
        `writable` tinyint(1) NOT NULL DEFAULT 0,
        `forum` tinyint(1) NOT NULL DEFAULT 0,
        `prv` tinyint(1) NOT NULL DEFAULT 0,
-       `contact-type` int(11) unsigned NOT NULL DEFAULT 0,
+       `contact-type` int(11) NOT NULL DEFAULT 0,
        `hidden` tinyint(1) NOT NULL DEFAULT 0,
        `archive` tinyint(1) NOT NULL DEFAULT 0,
        `pending` tinyint(1) NOT NULL DEFAULT 1,