]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_fetch-entry.md
updating Transifex URL
[friendica.git] / doc / database / db_fetch-entry.md
index 4b3cba104232ffc1a73ea0ebf83ef0508d923468..e7485f212a37cca40db51fd61b3c6687870375d9 100644 (file)
@@ -9,7 +9,7 @@ Fields
 | Field   | Description                        | Type           | Null | Key | Default             | Extra          |
 | ------- | ---------------------------------- | -------------- | ---- | --- | ------------------- | -------------- |
 | id      | sequential ID                      | int unsigned   | NO   | PRI | NULL                | auto_increment |
-| url     | url that awaiting to be fetched    | varbinary(255) | YES  |     | NULL                |                |
+| url     | url that awaiting to be fetched    | varbinary(383) | YES  |     | NULL                |                |
 | created | Creation date of the fetch request | datetime       | NO   |     | 0001-01-01 00:00:00 |                |
 | wid     | Workerqueue id                     | int unsigned   | YES  |     | NULL                |                |