This commit is contained in:
Bel LaPointe
2025-12-10 13:43:48 -07:00
parent c16f222e84
commit 77ef938408

View File

@@ -32,7 +32,6 @@ func run(ctx context.Context) error {
return with.PSQL(ctx, *c, func(pg *sql.DB) error {
log.Println("setup...")
if _, err := pg.ExecContext(ctx, `
DROP SCHEMA IF EXISTS "pubsub" CASCADE;
CREATE SCHEMA IF NOT EXISTS "pubsub";
CREATE TABLE IF NOT EXISTS "pubsub".topic (