]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_process.md
updating Transifex URL
[friendica.git] / doc / database / db_process.md
index c0eb75f2974b61ac932f9c26c6fb547284837a3e..b1a52e01b7cb8a3015b8bc01bd5e0654cdebd91d 100644 (file)
@@ -9,7 +9,7 @@ Fields
 | Field    | Description                                | Type          | Null | Key | Default             | Extra |
 | -------- | ------------------------------------------ | ------------- | ---- | --- | ------------------- | ----- |
 | pid      | The ID of the process                      | int unsigned  | NO   | PRI | NULL                |       |
-| hostname | The name of the host the process is ran on | varchar(32)   | NO   | PRI | NULL                |       |
+| hostname | The name of the host the process is ran on | varchar(255)  | NO   | PRI | NULL                |       |
 | command  |                                            | varbinary(32) | NO   |     |                     |       |
 | created  |                                            | datetime      | NO   |     | 0001-01-01 00:00:00 |       |