Skip to content

Commit 1702edb

Browse files
authored
Add database creation for state-estimation-server (#414)
1 parent f980711 commit 1702edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/technical/create-postgres-databases.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ psql --username $POSTGRES_USER --dbname $POSTGRES_DEFAULT_DB <<-EOSQL
2828
create database "${DATABASE_PREFIX_NAME}timeseries";
2929
create database "${DATABASE_PREFIX_NAME}voltageinit";
3030
create database "${DATABASE_PREFIX_NAME}loadflow";
31+
create database "${DATABASE_PREFIX_NAME}stateestimation";
3132
EOSQL
3233
}
3334

0 commit comments

Comments
 (0)