mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/bash
|
|
|
|
# extra DB for ers
|
|
sudo -u postgres dropdb -e cgrates2
|
|
sudo -u postgres createdb -e -O cgrates cgrates2
|