i said resume
parent
47be0a513a
commit
bb75883800
|
|
@ -47,7 +47,6 @@ func run(ctx context.Context) error {
|
||||||
})
|
})
|
||||||
|
|
||||||
if _, err := pg.ExecContext(ctx, `
|
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);
|
CREATE TABLE IF NOT EXISTS fill_with_data(x BIGINT, y DOUBLE PRECISION, z DOUBLE PRECISION);
|
||||||
`); err != nil {
|
`); err != nil {
|
||||||
return fmt.Errorf("failed initial table setup: %w", err)
|
return fmt.Errorf("failed initial table setup: %w", err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue