fix table name

This commit is contained in:
GroovieGermanikus 2024-06-27 11:55:08 +02:00
parent a2dee849bd
commit 95fb7089cc
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -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;