docs(install): add missing CREATE permission to grant to database user

closes #142
This commit is contained in:
Yassine Doghri 2021-10-01 12:58:08 +00:00
parent f75bd76458
commit c639c4148c

View File

@ -92,7 +92,8 @@ server administrator.
#### Privileges
User must have at least these privileges on the database for Castopod Host to
work: `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`.
work: `CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`,
`UPDATE`.
### (Optional) Other recommendations