mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-03-01 14:12:59 +00:00
* Remove all of publicroomsapi * Remove references to publicroomsapi * Remove doc references to publicroomsapi
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/bash
|
|
|
|
for db in account device mediaapi syncapi roomserver serverkey federationsender currentstate appservice naffka; do
|
|
createdb -U dendrite -O dendrite dendrite_$db
|
|
done
|