blob: 600eb0499f364616b51fc93f243c9b0b39be2733 [file] [log] [blame]
{
"steps": [
{
"id": "postgresql-join",
"needs": [],
"tasks": [
{
"type": "ExecuteSqlScript",
"file": "./init.sql",
"database": "jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps"
}
]
}
]
}