mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-07 08:29:00 +01:00
1bcb673e3c
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
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
|