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