Wiki source code of XWiki Locks (xwikilock)
Last modified by Vincent Massol on 2023/04/19 16:06
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | This table contains the informations about locks of document edition. | ||
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | |=(% colspan='8'%)xwikilock(%%) | ||
| 5 | |= |=Column Name |=Datatype |=Not null |=auto inc |=flags |=Default value |=Comments | ||
| 6 | |$services.icon.render('key')|XWL_DOC_ID|BIGINT(20) |$services.icon.render('check') | | | 0| | ||
| 7 | ||XWL_AUTHOR |VARCHAR(255) | | | |null | | ||
| 8 | ||XWL_DATE|DATETIME |$services.icon.render('check') | | |0000-00-00 00:00 | | ||
| 9 | {{/velocity}} |