Remove references to userapi_devices (fixes #2259)

This commit is contained in:
Neil Alexander 2022-03-09 16:38:50 +00:00
parent 089d16812c
commit d78e0a33e0
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 32 additions and 42 deletions

View file

@ -87,7 +87,7 @@ On macOS, omit `sudo -u postgres` from the below commands.
* If you want to run each Dendrite component with its own database:
```bash
for i in mediaapi syncapi roomserver federationapi appservice keyserver userapi_accounts userapi_devices; do
for i in mediaapi syncapi roomserver federationapi appservice keyserver userapi_accounts; do
sudo -u postgres createdb -O dendrite dendrite_$i
done
```