]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 17:41:01 +0000 (17:41 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 17:41:01 +0000 (17:41 +0000)
doc/database/db_locks.md

index 004ebd1c1ed76a7db8fe961b72f4451c635b970d..4de6fbf961c179fbd47ceb686658065f501f685b 100644 (file)
@@ -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)