mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:50:12 +00:00
Trailing whitespace removed
This commit is contained in:
parent
fd30df7300
commit
2cd0c1d30d
72 changed files with 965 additions and 893 deletions
|
@ -1,10 +1,11 @@
|
|||
Table worker-ipc
|
||||
===========
|
||||
|
||||
Inter process communication between the frontend and the worker
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
|
||||
| key | | int | NO | PRI | NULL | |
|
||||
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
|
||||
| key | | int | NO | PRI | NULL | |
|
||||
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue