]> git.mxchange.org Git - friendica.git/commitdiff
OOpppss ...
authorMichael <heluecht@pirati.ca>
Mon, 16 Jan 2017 22:15:04 +0000 (22:15 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 16 Jan 2017 22:15:04 +0000 (22:15 +0000)
include/dbstructure.php

index 56d2a170338a41a093e2c2d0178ee9d605288550..283d39d22c25f63deb3378f9603f1ab664995e14 100644 (file)
@@ -518,9 +518,9 @@ function db_definition($charset) {
                                        "created" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "edited" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "allow_cid" => array("type" => "mediumtext"),
-                                       "allow_gid" => array("type" => "medium_text"),
-                                       "deny_cid" => array("type" => "medium_text"),
-                                       "deny_gid" => array("type" => "medium_text"),
+                                       "allow_gid" => array("type" => "mediumtext"),
+                                       "deny_cid" => array("type" => "mediumtext"),
+                                       "deny_gid" => array("type" => "mediumtext"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
@@ -721,10 +721,10 @@ function db_definition($charset) {
                                        "nofinish" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        "adjust" => array("type" => "tinyint(1)", "not null" => "1", "default" => "1"),
                                        "ignore" => array("type" => "tinyint(1) unsigned", "not null" => "1", "default" => "0"),
-                                       "allow_cid" => array("type" => "medium_text"),
-                                       "allow_gid" => array("type" => "medium_text"),
-                                       "deny_cid" => array("type" => "medium_text"),
-                                       "deny_gid" => array("type" => "medium_text"),
+                                       "allow_cid" => array("type" => "mediumtext"),
+                                       "allow_gid" => array("type" => "mediumtext"),
+                                       "deny_cid" => array("type" => "mediumtext"),
+                                       "deny_gid" => array("type" => "mediumtext"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
@@ -1559,10 +1559,10 @@ function db_definition($charset) {
                                        "expire_notification_sent" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "service_class" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "def_gid" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
-                                       "allow_cid" => array("type" => "medium_text"),
-                                       "allow_gid" => array("type" => "medium_text"),
-                                       "deny_cid" => array("type" => "medium_text"),
-                                       "deny_gid" => array("type" => "medium_text"),
+                                       "allow_cid" => array("type" => "mediumtext"),
+                                       "allow_gid" => array("type" => "mediumtext"),
+                                       "deny_cid" => array("type" => "mediumtext"),
+                                       "deny_gid" => array("type" => "mediumtext"),
                                        "openidserver" => array("type" => "text"),
                                        ),
                        "indexes" => array(