]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_tag.md
Don't show dislike if unwanted / views use the correct icon now / colours adjusted
[friendica.git] / doc / database / db_tag.md
index 5716398012df19a13bffbdec13b0039bf6c6e37a..5b50cdf9022ee621b19747448834792c46db72db 100644 (file)
@@ -10,7 +10,7 @@ Fields
 | ----- | ----------------------------------------------------------------------------- | ---------------- | ---- | --- | ------- | -------------- |
 | id    |                                                                               | int unsigned     | NO   | PRI | NULL    | auto_increment |
 | name  |                                                                               | varchar(96)      | NO   |     |         |                |
-| url   |                                                                               | varbinary(255)   | NO   |     |         |                |
+| url   |                                                                               | varbinary(383)   | NO   |     |         |                |
 | type  | Type of the tag (Unknown, General Collection, Follower Collection or Account) | tinyint unsigned | YES  |     | NULL    |                |
 
 Indexes