Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(eap-spans): Remove unused tables #6544

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Nov 8, 2024

We're not using those tables anymore.

@phacops phacops requested review from a team as code owners November 8, 2024 15:50
Copy link

github-actions bot commented Nov 8, 2024

This PR has a migration; here is the generated SQL

-- start migrations

-- forward migration events_analytics_platform : 0018_drop_unused_span_tables
Local op: DROP TABLE IF EXISTS spans_str_attrs_2_mv;
Local op: DROP TABLE IF EXISTS spans_num_attrs_2_mv;
Local op: DROP TABLE IF EXISTS spans_str_attrs_2_local;
Local op: DROP TABLE IF EXISTS spans_num_attrs_2_local;
Local op: DROP TABLE IF EXISTS eap_spans_local;
-- end forward migration events_analytics_platform : 0018_drop_unused_span_tables




-- backward migration events_analytics_platform : 0018_drop_unused_span_tables
-- end backward migration events_analytics_platform : 0018_drop_unused_span_tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants