Skip to content

Commit

Permalink
fix geo migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Datayama38 committed Feb 6, 2025
1 parent 9b9c686 commit 3b20e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/db/cmd-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { env_or_fail } from "@/lib/env/index.ts";
const connectionString = env_or_fail("APP_POSTGRES_URL");
const migrator = buildMigrator({
pool: { connectionString },
app: { targetSchema: "geo", datasets: new Set() },
app: { targetSchema: "geo" },
});

await migrator.prepare();
Expand Down

0 comments on commit 3b20e2a

Please sign in to comment.