removed 'planed' from the database documentation
This commit is contained in:
parent
a231ff45e1
commit
e79f29f67d
|
@ -1,7 +1,5 @@
|
||||||
# Database structure
|
# Database structure
|
||||||
|
|
||||||
## Used so far
|
|
||||||
|
|
||||||
### pad:$PADID
|
### pad:$PADID
|
||||||
Saves all informations about pads
|
Saves all informations about pads
|
||||||
|
|
||||||
|
@ -9,9 +7,6 @@ Saves all informations about pads
|
||||||
* **pool** - the attribute pool
|
* **pool** - the attribute pool
|
||||||
* **head** - the number of the latest revision
|
* **head** - the number of the latest revision
|
||||||
* **chatHead** - the number of the latest chat entry
|
* **chatHead** - the number of the latest chat entry
|
||||||
|
|
||||||
*planed:*
|
|
||||||
|
|
||||||
* **public** - flag that disables security for this pad
|
* **public** - flag that disables security for this pad
|
||||||
* **passwordHash** - string that contains a bcrypt hashed password for this pad
|
* **passwordHash** - string that contains a bcrypt hashed password for this pad
|
||||||
|
|
||||||
|
@ -42,8 +37,6 @@ Information about an author
|
||||||
* **name** - the name of this author as shown in the pad
|
* **name** - the name of this author as shown in the pad
|
||||||
* **colorID** - the colorID of this author as shown in the pad
|
* **colorID** - the colorID of this author as shown in the pad
|
||||||
|
|
||||||
## Planed
|
|
||||||
|
|
||||||
### mapper2group:$MAPPER
|
### mapper2group:$MAPPER
|
||||||
Maps an external application identifier to an internal group
|
Maps an external application identifier to an internal group
|
||||||
### mapper2author:$MAPPER
|
### mapper2author:$MAPPER
|
||||||
|
|
Loading…
Reference in New Issue