i said resume

main
Bel LaPointe 2025-12-08 16:10:24 -07:00
parent 47be0a513a
commit bb75883800
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ func run(ctx context.Context) error {
})
if _, err := pg.ExecContext(ctx, `
DROP TABLE IF EXISTS fill_with_data;
CREATE TABLE IF NOT EXISTS fill_with_data(x BIGINT, y DOUBLE PRECISION, z DOUBLE PRECISION);
`); err != nil {
return fmt.Errorf("failed initial table setup: %w", err)