mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Added documentation
This commit is contained in:
parent
286b2da7a9
commit
611d3e3f5d
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ Table locks
|
|||
| id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
|
||||
| name | | varchar(128) | NO | | | |
|
||||
| locked | | tinyint(1) | NO | | 0 | |
|
||||
| pid | | int(10) unsigned | NO | | 0 | |
|
||||
| pid | Process ID | int(10) unsigned | NO | | 0 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Reference in a new issue