mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-29 08:18:27 +00:00
9c1f38621c
* 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
|