mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Update FAQ-admin.md
This commit is contained in:
parent
9ed97caf7b
commit
48c745fbbd
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ The listed emails need to be separated by a comma like this:
|
||||||
'admin_email' => 'mail1@example.com,mail2@example.com',
|
'admin_email' => 'mail1@example.com,mail2@example.com',
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="dbupdate">
|
<a name="dbupdate"></a>
|
||||||
### The Database structure seems not to be updated. What can I do?
|
### The Database structure seems not to be updated. What can I do?
|
||||||
|
|
||||||
Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*.
|
Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*.
|
||||||
|
@ -52,4 +52,4 @@ You can manually execute the structure update from the CLI in the base directory
|
||||||
|
|
||||||
bin/console dbstructure update
|
bin/console dbstructure update
|
||||||
|
|
||||||
if there occur any errors, please contact the [support group](https://forum.friendi.ca/profile/helpers).
|
if there occur any errors, please contact the [Friendica Support group](https://forum.friendi.ca/profile/helpers) or discuss in the [Friendica Admins group](https://forum.friendi.ca/profile/admins).
|
||||||
|
|
Loading…
Reference in a new issue