SigNoz / signoz-otel-collector

SigNoz distro for OpenTelemetry Collector
44 stars 39 forks source link

Update migrations for up/down after DROP schema_migrations #341

Closed srikanthccv closed 2 months ago

srikanthccv commented 2 months ago

The main table signoz_index_v2 dropped some columns which are referenced in the prev migrations which creates a lot of issues because all the old migrations can't be run because the column they use in creating the mv no longer exist and break the migrations. This removes all such past instances so that the migration can be run ever after dropping the schema_migrations tables.