Skip to content

Commit

Permalink
fix table name
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Jun 27, 2024
1 parent a2dee84 commit 95fb708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/create_benchrunner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ ALTER DEFAULT PRIVILEGES IN SCHEMA benchrunner GRANT SELECT ON TABLES TO ro_benc

ALTER TABLE benchrunner.bench_metrics RENAME TO bench_metrics_bench1;

ALTER TABLE benchrunner.bench_metrics_confirmation_rate ADD COLUMN bench_metrics_confirmation_rate real;
ALTER TABLE benchrunner.bench_metrics_confirmation_rate ADD COLUMN average_slot_confirmation_time real;

ALTER TABLE benchrunner.bench_metrics_confirmation_rate DROP COLUMN average_slot_confirmation_time_ms;

0 comments on commit 95fb708

Please sign in to comment.