We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f980711 commit 1702edbCopy full SHA for 1702edb
docker-compose/technical/create-postgres-databases.sh
@@ -28,6 +28,7 @@ psql --username $POSTGRES_USER --dbname $POSTGRES_DEFAULT_DB <<-EOSQL
28
create database "${DATABASE_PREFIX_NAME}timeseries";
29
create database "${DATABASE_PREFIX_NAME}voltageinit";
30
create database "${DATABASE_PREFIX_NAME}loadflow";
31
+ create database "${DATABASE_PREFIX_NAME}stateestimation";
32
EOSQL
33
}
34
0 commit comments