i said resume
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user