Skip to content

Commit b88cb65

Browse files
invis-bitflyguybrush
authored andcommitted
fix(migrations): remove gnosis db mention
1 parent c6b5e77 commit b88cb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/pkg/commons/db/migrations/clickhouse/20250721104442_improve_status_reports_filtering.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ALTER TABLE status_reports ADD INDEX event_id_index event_id Type set(32) settin
66
ALTER TABLE status_reports MATERIALIZE INDEX event_id_index;
77
-- +goose StatementEnd
88
-- +goose StatementBegin
9-
ALTER TABLE gnosis.status_reports ADD INDEX expires_at_index expires_at Type minmax() settings mutations_sync=2, alter_sync=1;
9+
ALTER TABLE status_reports ADD INDEX expires_at_index expires_at Type minmax() settings mutations_sync=2, alter_sync=1;
1010
-- +goose StatementEnd
1111
-- +goose StatementBegin
12-
ALTER TABLE gnosis.status_reports MATERIALIZE INDEX expires_at_index;
12+
ALTER TABLE status_reports MATERIALIZE INDEX expires_at_index;
1313
-- +goose StatementEnd
1414

1515
-- +goose Down

0 commit comments

Comments
 (0)