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 4c974a0 commit aab304dCopy full SHA for aab304d
crates/arroyo-controller/build.rs
@@ -32,7 +32,7 @@ fn main() -> Result<(), Error> {
32
panic!("Could not connect to postgres: arroyo:arroyo@localhost:5432/arroyo")
33
});
34
35
- let mut migration_client = MigrationClient::configure()
+ let mut migration_client = MigrationClient::configure()
36
.dbname("arroyo")
37
.host("localhost")
38
.port(5432)
0 commit comments