mirror of
https://github.com/friendica/friendica
synced 2025-05-03 08:24:10 +02:00
[Database 1517] Increase the size of the process.hostname field
This commit is contained in:
parent
13c8e0c80e
commit
baac993090
3 changed files with 5 additions and 5 deletions
|
@ -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 | |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue