Highlighted the types of a diary

This commit is contained in:
benaryorg 2014-05-22 16:33:59 +02:00
parent 3972f64999
commit 4287a6e0bc

View file

@ -32,8 +32,8 @@ There you have a table `users` with all your users and passwords (hashed).
The table `diaries` is to store your different diaries,
for example you could have one diary for writing about school,
one for writing about yourself, one for your boy/girlfriend and so on.
Here is also stored, if the diary is public (blog-like), private (for yourself)
or protected (only chosen poeple have access).
Here is also stored, if the diary is **public** (blog-like), **private**
(for yourself) or **protected** (only chosen poeple have access).
The table `entries` stores your diary entries.